InstalledClassicAppInfo Class

Definition

Provides display info for an installed classic desktop app.

public ref class InstalledClassicAppInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Deployment.Preview.DeploymentPreviewContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class InstalledClassicAppInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Deployment.Preview.DeploymentPreviewContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class InstalledClassicAppInfo
Public NotInheritable Class InstalledClassicAppInfo
Inheritance
Object Platform::Object IInspectable InstalledClassicAppInfo
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Management.Deployment.Preview.DeploymentPreviewContract (introduced in v1.0)

Properties

DisplayName

Gets the display name for an installed classic desktop app.

DisplayVersion

Gets the display version for an installed classic desktop app.

Applies to

See also