IAppxManifestDocument2::ApplicationToastCapable Property

 

Gets or sets the AppToastCapability.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[DispIdAttribute(1610809350)]
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.AppToastCapability")]
property AppToastCapability ApplicationToastCapable {
	AppToastCapability get();
	void set(AppToastCapability value);
}
Return to top
Show: