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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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: System.String
The F1 keyword.
.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.