Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _
)
'Usage
Dim instance As New _dispCommandEvents_BeforeExecuteEventHandler(AddressOf HandlerMethod)
[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
)
JScript does not support delegates.
Parameters
Guid
Type: System.String
ID
Type: System.Int32
CustomIn
Type: System.Object
CustomOut
Type: System.Object
CancelDefault
Type: System.Boolean%