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

ReadOnly Property Help As Object

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

See Also

Reference

Help Interface

Help Members

Microsoft.VisualStudio.VSHelp Namespace