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.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VSHelp80
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)
Syntax
'Declaration
Property HelpOwner As IVsHelpOwner
'Usage
Dim instance As Help2
Dim value As IVsHelpOwner
value = instance.HelpOwner
instance.HelpOwner = value
IVsHelpOwner HelpOwner { get; set; }
property IVsHelpOwner^ HelpOwner {
IVsHelpOwner^ get ();
void set (IVsHelpOwner^ value);
}
function get HelpOwner () : IVsHelpOwner
function set HelpOwner (value : IVsHelpOwner)
Property Value
Type: Microsoft.VisualStudio.VSHelp.IVsHelpOwner
Do not use.
Implements
.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.