Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the help owner.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Declaration
Property HelpOwner As IVsHelpOwner
Get
Set
IVsHelpOwner HelpOwner { get; set; }
property IVsHelpOwner^ HelpOwner {
IVsHelpOwner^ get ();
void set (IVsHelpOwner^ value);
}
abstract HelpOwner : IVsHelpOwner with get, set
function get HelpOwner () : IVsHelpOwner
function set HelpOwner (value : IVsHelpOwner)
Property Value
Type: Microsoft.VisualStudio.VSHelp.IVsHelpOwner
A IVsHelpOwner value representing the help owner.
Remarks
This property is deprecated. See HelpOwner for information about the current implementation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.