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

See Also

Reference

IOleCommandTarget Members

Microsoft.VisualStudio.OLE.Interop Namespace