IAppxManifestDocument2.ApplicationToastCapable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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