DialogBase.F1Keyword Property
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.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 with get
override F1Keyword : string with get
function get F1Keyword () : String
Property Value
Type: 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.