AppShellExecuteInfoSupportedProtocols Property
Gets or sets a string that contains the URL protocol schemes for a given key.
This can contain multiple registry values to indicate which schemes are supported.
This string follows the format of
scheme1:scheme2.
If this list is Not empty,
file: will be added To the String.
This protocol Is implicitly supported When
SupportedProtocols is defined.
Namespace: DevCase.Core.Windows.ApplicationsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string SupportedProtocols { get; set; }
Public Property SupportedProtocols As String
Get
Set
Dim instance As AppShellExecuteInfo
Dim value As String
value = instance.SupportedProtocols
instance.SupportedProtocols = value
public:
property String^ SupportedProtocols {
String^ get ();
void set (String^ value);
}
member SupportedProtocols : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String
A string that contains the URL protocol schemes for a given key.