Help.Help Property

Definition

Used for compatibility with DTE2, when used as Windows.External, Help2 object returns itself.

public:
 property System::Object ^ Help { System::Object ^ get(); };
public:
 property Platform::Object ^ Help { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(26)]
public object Help { [System.Runtime.InteropServices.DispId(26)] get; }
[<System.Runtime.InteropServices.DispId(26)>]
[<get: System.Runtime.InteropServices.DispId(26)>]
member this.Help : obj

Property Value

Object representing the Help object.

Attributes

Remarks

This property is deprecated. See Help for information about the current implementation.

Applies to