SharePointValidationRuleResponseURL2.ValidateValue, méthode (String, String, String)
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
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
Paramètres
- sRequestURL
Type : System.String
- sExpectedURL
Type : System.String
- sActualURL
Type : System.String
Valeur de retour
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
SharePointValidationRuleResponseURL2 Classe
Microsoft.VisualStudio.TestTools.WebTesting.Rules, espace de noms