SharePointExtractFormField2.GetTextAreaValue Method

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

Syntax

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

Parameters

  • sTagName
    Type: String
  • sInput
    Type: String
  • locale
    Type: String

Return Value

Type: String

.NET Framework Security

See Also

Reference

SharePointExtractFormField2 Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace