Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Property F1Keyword As String
Get
Set
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.