IVsAppContainerBootstrapperEvents.OnBootstrapForDebuggingEnd Method
Called after bootstrapping for debugging is complete. Note the event will be fired after IVsAppContainerBootstrapperCallback::OnEndBootstrap() is called.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Sub OnBootstrapForDebuggingEnd ( _
projectUniqueName As String, _
target As String, _
recipePath As String, _
result As IVsAppContainerBootstrapperResult _
)
void OnBootstrapForDebuggingEnd(
string projectUniqueName,
string target,
string recipePath,
IVsAppContainerBootstrapperResult result
)
void OnBootstrapForDebuggingEnd(
[InAttribute] String^ projectUniqueName,
[InAttribute] String^ target,
[InAttribute] String^ recipePath,
[InAttribute] IVsAppContainerBootstrapperResult^ result
)
abstract OnBootstrapForDebuggingEnd :
projectUniqueName:string *
target:string *
recipePath:string *
result:IVsAppContainerBootstrapperResult -> unit
function OnBootstrapForDebuggingEnd(
projectUniqueName : String,
target : String,
recipePath : String,
result : IVsAppContainerBootstrapperResult
)
Parameters
projectUniqueName
Type: StringThe name of the project.
target
Type: StringThe target.
recipePath
Type: StringThe recipe path.
result
Type: Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperResultThe result.
.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.