UserContext.F1Keyword Property

This property is not used by the Visual Studio SDK. Gets or sets the F1 keyword.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

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

Property Value

Type: String
The F1 keyword.

.NET Framework Security

See Also

Reference

UserContext Class

Microsoft.VisualStudio.Modeling.Design Namespace