Help.HelpOwner Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the help owner.
public:
property Microsoft::VisualStudio::VSHelp::IVsHelpOwner ^ HelpOwner { Microsoft::VisualStudio::VSHelp::IVsHelpOwner ^ get(); void set(Microsoft::VisualStudio::VSHelp::IVsHelpOwner ^ value); };
public:
property Microsoft::VisualStudio::VSHelp::IVsHelpOwner ^ HelpOwner { Microsoft::VisualStudio::VSHelp::IVsHelpOwner ^ get(); void set(Microsoft::VisualStudio::VSHelp::IVsHelpOwner ^ value); };
[System.Runtime.InteropServices.DispId(24)]
public Microsoft.VisualStudio.VSHelp.IVsHelpOwner HelpOwner { [System.Runtime.InteropServices.DispId(24)] get; [System.Runtime.InteropServices.DispId(24)] set; }
[<System.Runtime.InteropServices.DispId(24)>]
[<get: System.Runtime.InteropServices.DispId(24)>]
[<set: System.Runtime.InteropServices.DispId(24)>]
member this.HelpOwner : Microsoft.VisualStudio.VSHelp.IVsHelpOwner with get, set
Public Property HelpOwner As IVsHelpOwner
Property Value
A IVsHelpOwner value representing the help owner.
- Attributes
Remarks
This property is deprecated. See HelpOwner for information about the current implementation.