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.
Enables the dispatching of commands between objects and containers. For more information, see IOleCommandTarget
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("B722BCCB-4E68-101B-A2BC-00AA00404770")> _
<InterfaceTypeAttribute()> _
Public Interface IOleCommandTarget
[GuidAttribute("B722BCCB-4E68-101B-A2BC-00AA00404770")]
[InterfaceTypeAttribute()]
public interface IOleCommandTarget
[GuidAttribute(L"B722BCCB-4E68-101B-A2BC-00AA00404770")]
[InterfaceTypeAttribute()]
public interface class IOleCommandTarget
[<GuidAttribute("B722BCCB-4E68-101B-A2BC-00AA00404770")>]
[<InterfaceTypeAttribute()>]
type IOleCommandTarget = interface end
public interface IOleCommandTarget
The IOleCommandTarget type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Exec | Executes the specified command. |
![]() |
QueryStatus | Queries the object for the status of one or more commands generated by user interface events. |
Top