Udostępnij za pośrednictwem


Metoda _dispCommandEvents.BeforeExecute —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
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
)

Parametry

  • Guid
    Typ: String

    Identyfikator GUID.

  • ID
    Typ: Int32

    Identyfikator.

  • CustomIn
    Typ: Object

    Niestandardowe parametry wejściowe.

  • CustomOut
    Typ: Object

    Parametry wyjściowe niestandardowe.

  • CancelDefault
    Typ: Boolean%

    Czy anulować.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

_dispCommandEvents Interfejs

Przestrzeń nazw EnvDTE