IVsAppContainerBootstrapperEvents.OnBootstrapStart Method
Called before bootstrapping begins. Only fired if no-one cancelled deploy in QueryBootstrapStart()
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Sub OnBootstrapStart ( _
projectUniqueName As String, _
target As String _
)
void OnBootstrapStart(
string projectUniqueName,
string target
)
void OnBootstrapStart(
[InAttribute] String^ projectUniqueName,
[InAttribute] String^ target
)
abstract OnBootstrapStart :
projectUniqueName:string *
target:string -> unit
function OnBootstrapStart(
projectUniqueName : String,
target : String
)
Parameters
projectUniqueName
Type: StringThe name of the project.
target
Type: StringThe target.
.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.