IVsAppContainerBootstrapper::BootstrapForDebuggingAsync Method (String^, String^, String^, IVsAppContainerBootstrapperLogger^)
Visual Studio 2015
Asynchronously bootstraps given target and established // debugger host for debugging the app represented by recipe. // bootstrapperOperation:
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
IVsTask^ BootstrapForDebuggingAsync( String^ projectUniqueName, String^ target, String^ recipePath, IVsAppContainerBootstrapperLogger^ logger )
Parameters
- projectUniqueName
-
Type:
System::String^
The name of the project
- target
-
Type:
System::String^
The target.
- recipePath
-
Type:
System::String^
The recipe path.
- logger
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsAppContainerBootstrapperLogger^
An 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.
Show: