DataPackage.Services.Help Property
Gets the Visual Studio Help service.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Help As Help
public static Help Help { get; }
public:
static property Help^ Help {
Help^ get ();
}
static member Help : Help
static function get Help () : Help
Property Value
Type: Microsoft.VisualStudio.VSHelp.Help
.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.