AppOpenWithInfoSupportedTypes Property
Gets or sets the file types that the application supports.
Doing so enables the application to be listed in the cascade menu of the Open with dialog box.
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 IEnumerable<string> SupportedTypes { get; set; }
Public Property SupportedTypes As IEnumerable(Of String)
Get
Set
Dim instance As AppOpenWithInfo
Dim value As IEnumerable(Of String)
value = instance.SupportedTypes
instance.SupportedTypes = value
public:
property IEnumerable<String^>^ SupportedTypes {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
member SupportedTypes : IEnumerable<string> with get, set
No code example is currently available or this language may not be supported.
Property Value
IEnumerableString
The supported types.