Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Called before bootstrapping for debugging 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 OnBootstrapForDebuggingStart ( _
projectUniqueName As String, _
recipePath As String, _
target As String _
)
void OnBootstrapForDebuggingStart(
string projectUniqueName,
string recipePath,
string target
)
void OnBootstrapForDebuggingStart(
[InAttribute] String^ projectUniqueName,
[InAttribute] String^ recipePath,
[InAttribute] String^ target
)
abstract OnBootstrapForDebuggingStart :
projectUniqueName:string *
recipePath:string *
target:string -> unit
function OnBootstrapForDebuggingStart(
projectUniqueName : String,
recipePath : String,
target : String
)
Parameters
projectUniqueName
Type: StringThe name of the project.
recipePath
Type: StringThe recipe path.
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.