다음을 통해 공유


SharePointExtractFormField2.GetSelectItemValue 메서드

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
Public Shared Function GetSelectItemValue ( _
    sTagName As String, _
    sInput As String, _
    locale As String _
) As String
public static string GetSelectItemValue(
    string sTagName,
    string sInput,
    string locale
)
public:
static String^ GetSelectItemValue(
    String^ sTagName, 
    String^ sInput, 
    String^ locale
)
static member GetSelectItemValue : 
        sTagName:string * 
        sInput:string * 
        locale:string -> string
public static function GetSelectItemValue(
    sTagName : String, 
    sInput : String, 
    locale : String
) : String

매개 변수

  • sTagName
    형식: String
  • sInput
    형식: String
  • locale
    형식: String

반환 값

형식: String

.NET Framework 보안

참고 항목

참조

SharePointExtractFormField2 클래스

Microsoft.VisualStudio.TestTools.WebTesting.Rules 네임스페이스