SharePointValidationRuleResponseURL2.ValidateValue – metoda (String, String, String)
Obor názvů: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Sestavení: Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Deklarace
Public Shared Function ValidateValue ( _
sRequestURL As String, _
sExpectedURL As String, _
sActualURL As String _
) As Boolean
public static bool ValidateValue(
string sRequestURL,
string sExpectedURL,
string sActualURL
)
public:
static bool ValidateValue(
String^ sRequestURL,
String^ sExpectedURL,
String^ sActualURL
)
static member ValidateValue :
sRequestURL:string *
sExpectedURL:string *
sActualURL:string -> bool
public static function ValidateValue(
sRequestURL : String,
sExpectedURL : String,
sActualURL : String
) : boolean
Parametry
- sRequestURL
Typ: System.String
- sExpectedURL
Typ: System.String
- sActualURL
Typ: System.String
Vrácená hodnota
Typ: System.Boolean
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
SharePointValidationRuleResponseURL2 Třída
Microsoft.VisualStudio.TestTools.WebTesting.Rules – obor názvů