Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously bootstraps given target and established // debugger host for debugging the app represented by recipe. // bootstrapperOperation:
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.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: StringThe name of the project
target
Type: StringThe target.
recipePath
Type: StringThe recipe path.
logger
Type: Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLoggerAn optional callback to receive output messages.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.