Sdílet prostřednictvím


SharePointExtractFormField2.GetTextAreaValue – metoda

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
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

Parametry

  • sTagName
    Typ: String
  • sInput
    Typ: String
  • locale
    Typ: String

Vrácená hodnota

Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

SharePointExtractFormField2 Třída

Microsoft.VisualStudio.TestTools.WebTesting.Rules – obor názvů