_dispCommandEvents Interface
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
<InterfaceTypeAttribute()> _
<GuidAttribute("FF2D5C12-FEEA-11D0-BBC8-00A0C90F2744")> _
Public Interface _dispCommandEvents
[InterfaceTypeAttribute()]
[GuidAttribute("FF2D5C12-FEEA-11D0-BBC8-00A0C90F2744")]
public interface _dispCommandEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"FF2D5C12-FEEA-11D0-BBC8-00A0C90F2744")]
public interface class _dispCommandEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("FF2D5C12-FEEA-11D0-BBC8-00A0C90F2744")>]
type _dispCommandEvents = interface end
public interface _dispCommandEvents
The _dispCommandEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
AfterExecute | Infrastructure. Microsoft Internal Use Only. | |
BeforeExecute | Infrastructure. Microsoft Internal Use Only. |
Top