Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the F1 keyword for the dialog box.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property F1Keyword As String
protected virtual string F1Keyword { get; }
protected:
virtual property String^ F1Keyword {
String^ get ();
}
abstract F1Keyword : string
override F1Keyword : string
function get F1Keyword () : String
Property Value
Type: System.String
An empty string.
.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.