OleMenuCommandService::ParentTarget Property

 

Gets or sets the parent command target.

Namespace:   Microsoft.VisualStudio.Shell
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.

Return to top
Show: