Share via


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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Property F1Keyword As String
'Usage
Dim instance As UserContext 
Dim value As String 

value = instance.F1Keyword

instance.F1Keyword = value
public string F1Keyword { get; set; }
public:
property String^ F1Keyword {
    String^ get ();
    void set (String^ value);
}
public function get F1Keyword () : String 
public function set F1Keyword (value : String)

Property Value

Type: System.String
The F1 keyword.

.NET Framework Security

See Also

Reference

UserContext Class

UserContext Members

Microsoft.VisualStudio.Modeling.Design Namespace

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.