IVsAppContainerBootstrapperEvents.OnBootstrapEnd Method
Called after bootstrapping 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 OnBootstrapEnd ( _
projectUniqueName As String, _
target As String, _
result As IVsAppContainerBootstrapperResult _
)
void OnBootstrapEnd(
string projectUniqueName,
string target,
IVsAppContainerBootstrapperResult result
)
void OnBootstrapEnd(
[InAttribute] String^ projectUniqueName,
[InAttribute] String^ target,
[InAttribute] IVsAppContainerBootstrapperResult^ result
)
abstract OnBootstrapEnd :
projectUniqueName:string *
target:string *
result:IVsAppContainerBootstrapperResult -> unit
function OnBootstrapEnd(
projectUniqueName : String,
target : String,
result : IVsAppContainerBootstrapperResult
)
Parameters
projectUniqueName
Type: StringThe project.
target
Type: StringThe target.
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.