_dispCommandEvents_BeforeExecuteEventHandler – delegát
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro interní použití.
Obor názvů: EnvDTE
Sestavení: EnvDTE (v EnvDTE.dll)
Syntaxe
'Deklarace
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispCommandEvents_BeforeExecuteEventHandler ( _
Guid As String, _
ID As Integer, _
CustomIn As Object, _
CustomOut As Object, _
<OutAttribute> ByRef CancelDefault As Boolean _
)
[ComVisibleAttribute(false)]
public delegate void _dispCommandEvents_BeforeExecuteEventHandler(
string Guid,
int ID,
Object CustomIn,
Object CustomOut,
out bool CancelDefault
)
[ComVisibleAttribute(false)]
public delegate void _dispCommandEvents_BeforeExecuteEventHandler(
[InAttribute] String^ Guid,
[InAttribute] int ID,
[InAttribute] Object^ CustomIn,
[InAttribute] Object^ CustomOut,
[InAttribute] [OutAttribute] bool% CancelDefault
)
[<ComVisibleAttribute(false)>]
type _dispCommandEvents_BeforeExecuteEventHandler =
delegate of
Guid:string *
ID:int *
CustomIn:Object *
CustomOut:Object *
CancelDefault:bool byref -> unit
Jazyk JScript nepodporuje delegáty.
Parametry
- Guid
Typ: System.String
Identifikátor GUID.
- ID
Typ: System.Int32
ID příkazu.
- CustomIn
Typ: System.Object
Vlastní vstupní parametry.
- CustomOut
Typ: System.Object
Vlastní výstupní parametry.
- CancelDefault
Typ: System.Boolean%
Zda příkaz byl zrušen.