다음을 통해 공유


HelpContextAttribute.F1Keyword 속성

Gets or sets a String containing the keyword to be used in looking up Help.

네임스페이스:  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
A String containing the keyword to be used in looking up Help.

참고 항목

참조

HelpContextAttribute 클래스

Microsoft.SqlServer.Dts.Design 네임스페이스