UserContext.F1Keyword Property

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

Syntax

'宣言
Public Property F1Keyword As String
'使用
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

Permissions

See Also

Reference

UserContext Class

UserContext Members

Microsoft.VisualStudio.Modeling.Design Namespace