_dispCommandEvents.BeforeExecute Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub BeforeExecute ( _
    Guid As String, _
    ID As Integer, _
    CustomIn As Object, _
    CustomOut As Object, _
    <OutAttribute> ByRef CancelDefault As Boolean _
)
'Usage
Dim instance As _dispCommandEvents 
Dim Guid As String 
Dim ID As Integer 
Dim CustomIn As Object 
Dim CustomOut As Object 
Dim CancelDefault As Boolean

instance.BeforeExecute(Guid, ID, CustomIn, _
    CustomOut, CancelDefault)
void BeforeExecute(
    string Guid,
    int ID,
    Object CustomIn,
    Object CustomOut,
    out bool CancelDefault
)
void BeforeExecute(
    [InAttribute] String^ Guid, 
    [InAttribute] int ID, 
    [InAttribute] Object^ CustomIn, 
    [InAttribute] Object^ CustomOut, 
    [InAttribute] [OutAttribute] bool% CancelDefault
)
function BeforeExecute(
    Guid : String, 
    ID : int, 
    CustomIn : Object, 
    CustomOut : Object, 
    CancelDefault : boolean
)

Parameters

.NET Framework Security

See Also

Reference

_dispCommandEvents Interface

_dispCommandEvents Members

EnvDTE Namespace