IVsAppContainerProjectDeployResult Interface

 

Provides detailed results of the app container application deployment operation.

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

[GuidAttribute("96785CEA-89F6-4FE6-AB54-F86E877DDFCD")]
[TypeLibTypeAttribute(TypeLibTypeFlags.FDispatchable)]
public interface IVsAppContainerProjectDeployResult

NameDescription
System_CAPS_pubpropertyDeploySuccess

Gets whether the app container application deployment operation succeeded.

System_CAPS_pubpropertyFirstAppUserModelID

Gets the first entry point in the manifest.

System_CAPS_pubpropertyLayoutFolder

Gets the layout folder where the app container application was installed.

System_CAPS_pubpropertyPackageFullName

Gets the full package name of the installed application.

Return to top
Show: