Condividi tramite


Metodo SharePointValidationRuleResponseURL2.ValidateValue (String, String, String, String)

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public Shared Function ValidateValue ( _
    sRequestURL As String, _
    sExpectedURL As String, _
    sActualURL As String, _
    locale As String _
) As Boolean
public static bool ValidateValue(
    string sRequestURL,
    string sExpectedURL,
    string sActualURL,
    string locale
)
public:
static bool ValidateValue(
    String^ sRequestURL, 
    String^ sExpectedURL, 
    String^ sActualURL, 
    String^ locale
)
static member ValidateValue : 
        sRequestURL:string * 
        sExpectedURL:string * 
        sActualURL:string * 
        locale:string -> bool
public static function ValidateValue(
    sRequestURL : String, 
    sExpectedURL : String, 
    sActualURL : String, 
    locale : String
) : boolean

Parametri

  • sRequestURL
    Tipo: String
  • sExpectedURL
    Tipo: String
  • sActualURL
    Tipo: String
  • locale
    Tipo: String

Valore restituito

Tipo: Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SharePointValidationRuleResponseURL2 Classe

Overload ValidateValue

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting.Rules