Share via


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: String

    The name of the project.

  • target
    Type: String

    The target.

.NET Framework Security

See Also

Reference

IVsAppContainerBootstrapperEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace