SharePointValidationRuleResponseURL2.ValidateValue, méthode (String, String, String, String, Boolean, 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, _
sTerminators As String, _
bDoPartial As Boolean, _
sDisableKeyword As String _
) As Boolean
public static bool ValidateValue(
string sRequestURL,
string sExpectedURL,
string sActualURL,
string sTerminators,
bool bDoPartial,
string sDisableKeyword
)
public:
static bool ValidateValue(
String^ sRequestURL,
String^ sExpectedURL,
String^ sActualURL,
String^ sTerminators,
bool bDoPartial,
String^ sDisableKeyword
)
static member ValidateValue :
sRequestURL:string *
sExpectedURL:string *
sActualURL:string *
sTerminators:string *
bDoPartial:bool *
sDisableKeyword:string -> bool
public static function ValidateValue(
sRequestURL : String,
sExpectedURL : String,
sActualURL : String,
sTerminators : String,
bDoPartial : boolean,
sDisableKeyword : String
) : boolean
Paramètres
- sRequestURL
Type : System.String
- sExpectedURL
Type : System.String
- sActualURL
Type : System.String
- sTerminators
Type : System.String
- bDoPartial
Type : System.Boolean
- sDisableKeyword
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