IVsAppContainerBootstrapperResult Interface
Represents the result of an app container bootstrapper operation.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<GuidAttribute("CE255F0B-88C6-4682-B3B8-8ACE9D2BA0A7")> _
Public Interface IVsAppContainerBootstrapperResult
[GuidAttribute("CE255F0B-88C6-4682-B3B8-8ACE9D2BA0A7")]
public interface IVsAppContainerBootstrapperResult
[GuidAttribute(L"CE255F0B-88C6-4682-B3B8-8ACE9D2BA0A7")]
public interface class IVsAppContainerBootstrapperResult
[<GuidAttribute("CE255F0B-88C6-4682-B3B8-8ACE9D2BA0A7")>]
type IVsAppContainerBootstrapperResult = interface end
public interface IVsAppContainerBootstrapperResult
The IVsAppContainerBootstrapperResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
Address | Gets the IP address or machine name of the bootstapped target. | |
Succeeded | Determines whether the bootstrapper operation succeeded. |
Top