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.

Definition

Namespace: DevCase.Core.Windows.Applications
Assembly: 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; }

Property Value

IEnumerableString
The supported types.

See Also