This documentation is archived and is not being maintained.
IVsAppContainerBootstrapperResult Interface
Represents the result of an app container bootstrapper operation.
Namespace:
Microsoft.VisualStudio.Shell.InteropAssembly:
Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
[TypeLibTypeAttribute(TypeLibTypeFlags.FDispatchable)]
[GuidAttribute("CE255F0B-88C6-4682-B3B8-8ACE9D2BA0A7")]
public interface IVsAppContainerBootstrapperResult
| Name | Description |
|---|
 | Address | Gets the IP address or machine name of the bootstapped target. |
 | Succeeded | Determines whether the bootstrapper operation succeeded. |
Return to top