Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
<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
JScript does not support delegates.
Parameters
Guid
Type: System.StringThe GUID.
ID
Type: System.Int32The command ID.
CustomIn
Type: System.ObjectCustom input parameters.
CustomOut
Type: System.ObjectCustom output parameters.
CancelDefault
Type: System.Boolean%Whether the command has been cancelled.