IAppxManifestDocument2.ApplicationToastCapable Property

Definition

Gets or sets the AppToastCapability.

public:
 property Microsoft::VisualStudio::Shell::Interop::AppToastCapability ApplicationToastCapable { Microsoft::VisualStudio::Shell::Interop::AppToastCapability get(); void set(Microsoft::VisualStudio::Shell::Interop::AppToastCapability value); };
public:
 property Microsoft::VisualStudio::Shell::Interop::AppToastCapability ApplicationToastCapable { Microsoft::VisualStudio::Shell::Interop::AppToastCapability get(); void set(Microsoft::VisualStudio::Shell::Interop::AppToastCapability value); };
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.AppToastCapability")]
[System.Runtime.InteropServices.DispId(1610809350)]
public Microsoft.VisualStudio.Shell.Interop.AppToastCapability ApplicationToastCapable { get; set; }
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.AppToastCapability")]
public Microsoft.VisualStudio.Shell.Interop.AppToastCapability ApplicationToastCapable { get; set; }
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.AppToastCapability")>]
[<System.Runtime.InteropServices.DispId(1610809350)>]
member this.ApplicationToastCapable : Microsoft.VisualStudio.Shell.Interop.AppToastCapability with get, set
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.AppToastCapability")>]
member this.ApplicationToastCapable : Microsoft.VisualStudio.Shell.Interop.AppToastCapability with get, set
Public Property ApplicationToastCapable As AppToastCapability

Property Value

Returns AppToastCapability.

Attributes

Applies to