DExploreAppObjClass.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.
Deprecated. Use HelpOwner instead.
public:
virtual property Microsoft::VisualStudio::VSHelp::IVsHelpOwner ^ HelpOwner { Microsoft::VisualStudio::VSHelp::IVsHelpOwner ^ get(); void set(Microsoft::VisualStudio::VSHelp::IVsHelpOwner ^ value); };
public:
virtual property Microsoft::VisualStudio::VSHelp::IVsHelpOwner ^ HelpOwner { Microsoft::VisualStudio::VSHelp::IVsHelpOwner ^ get(); void set(Microsoft::VisualStudio::VSHelp::IVsHelpOwner ^ value); };
[System.Runtime.InteropServices.DispId(24)]
public virtual 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 Overridable Property HelpOwner As IVsHelpOwner
Property Value
A IVsHelpOwner value that represents the Help owner.
Implements
- Attributes