次の方法で共有


HelpContextAttribute.F1Keyword プロパティ

ヘルプの検索に使用するキーワードを表す String を取得または設定します。

名前空間:  Microsoft.SqlServer.Dts.Design
アセンブリ:  Microsoft.SqlServer.Dts.Design (Microsoft.SqlServer.Dts.Design.dll)

構文

'宣言
Public ReadOnly Property F1Keyword As String 
    Get
'使用
Dim instance As HelpContextAttribute 
Dim value As String 

value = instance.F1Keyword
public string F1Keyword { get; }
public:
property String^ F1Keyword {
    String^ get ();
}
member F1Keyword : string
function get F1Keyword () : String

プロパティ値

型: System.String
ヘルプの検索に使用するキーワードを表す String です。

関連項目

参照

HelpContextAttribute クラス

Microsoft.SqlServer.Dts.Design 名前空間