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 _
)
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
)
abstract BeforeExecute : 
        Guid:string * 
        ID:int * 
        CustomIn:Object * 
        CustomOut:Object * 
        CancelDefault:bool byref -> unit
function BeforeExecute(
    Guid : String, 
    ID : int, 
    CustomIn : Object, 
    CustomOut : Object, 
    CancelDefault : boolean
)
Parameters
Guid
Type: System.StringThe GUID.
ID
Type: System.Int32The ID.
CustomIn
Type: System.ObjectCustom input parameters.
CustomOut
Type: System.ObjectCustom output parameters.
CancelDefault
Type: System.Boolean%Whether or not to cancel.
.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.