Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gives the project system the opportunity to decide not to launch before the launch proceeds.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub BeforeLaunch ( _
profilingTask As String _
)
void BeforeLaunch(
string profilingTask
)
void BeforeLaunch(
[InAttribute] String^ profilingTask
)
abstract BeforeLaunch :
profilingTask:string -> unit
function BeforeLaunch(
profilingTask : String
)
Parameters
profilingTask
Type: String[in] The profiling task.
.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.