Partager via


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

Paramètres

  • sRequestURL
    Type : String
  • sExpectedURL
    Type : String
  • sActualURL
    Type : String
  • sTerminators
    Type : String
  • bDoPartial
    Type : Boolean
  • sDisableKeyword
    Type : String
  • locale
    Type : String

Valeur de retour

Type : Boolean

Sécurité .NET Framework

Voir aussi

Référence

SharePointValidationRuleResponseURL2 Classe

ValidateValue, surcharge

Microsoft.VisualStudio.TestTools.WebTesting.Rules, espace de noms