IOleCommandTarget Interface
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
'宣告
<GuidAttribute("B722BCCB-4E68-101B-A2BC-00AA00404770")> _
<InterfaceTypeAttribute()> _
Public Interface IOleCommandTarget
'用途
Dim instance As 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