IVsAppContainerBootstrapperResult Interface

Definition

Represents the result of an app container bootstrapper operation.

public interface class IVsAppContainerBootstrapperResult
public interface class IVsAppContainerBootstrapperResult
__interface IVsAppContainerBootstrapperResult
[System.Runtime.InteropServices.Guid("CE255F0B-88C6-4682-B3B8-8ACE9D2BA0A7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable)]
public interface IVsAppContainerBootstrapperResult
[System.Runtime.InteropServices.Guid("CE255F0B-88C6-4682-B3B8-8ACE9D2BA0A7")]
public interface IVsAppContainerBootstrapperResult
[<System.Runtime.InteropServices.Guid("CE255F0B-88C6-4682-B3B8-8ACE9D2BA0A7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable)>]
type IVsAppContainerBootstrapperResult = interface
[<System.Runtime.InteropServices.Guid("CE255F0B-88C6-4682-B3B8-8ACE9D2BA0A7")>]
type IVsAppContainerBootstrapperResult = interface
Public Interface IVsAppContainerBootstrapperResult
Attributes

Remarks

This interface is safe to access from any thread.

Properties

Address

Gets the IP address or machine name of the bootstapped target.

Succeeded

Determines whether the bootstrapper operation succeeded.

Applies to