Help.Help Property
Used for compatibility with DTE2, when used as Windows.External, Help2 object returns itself.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Déclaration
ReadOnly Property Help As Object
'Utilisation
Dim instance As Help
Dim value As Object
value = instance.Help
Object Help { get; }
property Object^ Help {
Object^ get ();
}
function get Help () : Object
Property Value
Type: System.Object
Object representing the Help object.
Remarks
This property is deprecated. See Help for information about the current implementation.
Permissions
- 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.