Freigeben über


SharePointValidationRuleResponseURL2.ValidateValue-Methode (String, String, String, String, String)

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

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

Parameter

  • sRequestURL
    Typ: String
  • sExpectedURL
    Typ: String
  • sActualURL
    Typ: String
  • sTerminators
    Typ: String
  • locale
    Typ: String

Rückgabewert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

SharePointValidationRuleResponseURL2 Klasse

ValidateValue-Überladung

Microsoft.VisualStudio.TestTools.WebTesting.Rules-Namespace