Método SharePointExtractFormField2.GetHtmlTagValue
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
Public Shared Function GetHtmlTagValue ( _
tagItem As HtmlTag, _
sName As String, _
sResponseBody As String, _
locale As String _
) As String
public static string GetHtmlTagValue(
HtmlTag tagItem,
string sName,
string sResponseBody,
string locale
)
public:
static String^ GetHtmlTagValue(
HtmlTag^ tagItem,
String^ sName,
String^ sResponseBody,
String^ locale
)
static member GetHtmlTagValue :
tagItem:HtmlTag *
sName:string *
sResponseBody:string *
locale:string -> string
public static function GetHtmlTagValue(
tagItem : HtmlTag,
sName : String,
sResponseBody : String,
locale : String
) : String
Parâmetros
- tagItem
Tipo: Microsoft.VisualStudio.TestTools.WebTesting.HtmlTag
- sName
Tipo: String
- sResponseBody
Tipo: String
- locale
Tipo: String
Valor de retorno
Tipo: String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.