Share via


IVsAppContainerBootstrapper2.BootstrapForDebuggingAsync Method

Asynchronously bootstraps given target and established debugger host for debugging the app represented by the recipe.

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

Syntax

'Declaration
Function BootstrapForDebuggingAsync ( _
    projectUniqueName As String, _
    target As String, _
    recipePath As String, _
    logger As IVsAppContainerBootstrapperLogger _
) As IVsTask
IVsTask BootstrapForDebuggingAsync(
    string projectUniqueName,
    string target,
    string recipePath,
    IVsAppContainerBootstrapperLogger logger
)
IVsTask^ BootstrapForDebuggingAsync(
    [InAttribute] String^ projectUniqueName, 
    [InAttribute] String^ target, 
    [InAttribute] String^ recipePath, 
    [InAttribute] IVsAppContainerBootstrapperLogger^ logger
)
abstract BootstrapForDebuggingAsync : 
        projectUniqueName:string * 
        target:string * 
        recipePath:string * 
        logger:IVsAppContainerBootstrapperLogger -> IVsTask
function BootstrapForDebuggingAsync(
    projectUniqueName : String, 
    target : String, 
    recipePath : String, 
    logger : IVsAppContainerBootstrapperLogger
) : IVsTask

Parameters

  • projectUniqueName
    Type: String

    The name of the project.

  • target
    Type: String

    The target.

  • recipePath
    Type: String

    The path of the recipe.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsTask
An IVsTask whose result is an instance of IVsAppContainerBootstrapperResult, or an error code. This is E_ABORT if called on the main thread and an advised callback has aborted the operation; otherwise S_OK.

.NET Framework Security

See Also

Reference

IVsAppContainerBootstrapper2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace