SharePointExtractFormField2.GetSelectItemValue Method

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Shared Function GetSelectItemValue ( _
    sTagName As String, _
    sInput As String _
) As String
public static string GetSelectItemValue(
    string sTagName,
    string sInput
)
public:
static String^ GetSelectItemValue(
    String^ sTagName, 
    String^ sInput
)
static member GetSelectItemValue : 
        sTagName:string * 
        sInput:string -> string
public static function GetSelectItemValue(
    sTagName : String, 
    sInput : String
) : String

Parameters

  • sTagName
    Type: String
  • sInput
    Type: String

Return Value

Type: String

.NET Framework Security

See Also

Reference

SharePointExtractFormField2 Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace