ProvideStaticToolboxItemAttribute.HelpKeyword Property

Gets the help keyword.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Property HelpKeyword As String
public string HelpKeyword { get; private set; }
public:
property String^ HelpKeyword {
    String^ get ();
    private: void set (String^ value);
}
member HelpKeyword : string with get, private set
function get HelpKeyword () : String
private function set HelpKeyword (value : String)

Property Value

Type: System.String
The help keyword.

.NET Framework Security

See Also

Reference

ProvideStaticToolboxItemAttribute Class

Microsoft.VisualStudio.Shell Namespace