OleMenuCommandService.ParentTarget Property

Definition

Gets or sets the parent command target.

public:
 property Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget ^ ParentTarget { Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget ^ get(); void set(Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget ^ value); };
public:
 property Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget ^ ParentTarget { Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget ^ get(); void set(Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget ^ value); };
public Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget ParentTarget { get; set; }
member this.ParentTarget : Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget with get, set
Public Property ParentTarget As IOleCommandTarget

Property Value

The parent command target.

Applies to