Help::HelpOwner Property

 

Gets or sets the help owner.

Namespace:   Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

property IVsHelpOwner^ HelpOwner {
	IVsHelpOwner^ get();
	void set(IVsHelpOwner^ value);
}

Property Value

Type: Microsoft.VisualStudio.VSHelp::IVsHelpOwner^

A IVsHelpOwner value representing the help owner.

This property is deprecated. See HelpOwner for information about the current implementation.

Return to top
Show: