OleMenuCommandService::ParentTarget Property
Visual Studio 2015
Gets or sets the parent command target.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property IOleCommandTarget^ ParentTarget { IOleCommandTarget^ get(); void set(IOleCommandTarget^ value); }
Property Value
Type: Microsoft.VisualStudio.OLE.Interop::IOleCommandTarget^The parent command target.
Show: