URLPattern Constructor (String, String)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public Sub New ( _
criteria As String, _
pattern As String _
)
public URLPattern(
string criteria,
string pattern
)
public:
URLPattern(
String^ criteria,
String^ pattern
)
new :
criteria:string *
pattern:string -> URLPattern
public function URLPattern(
criteria : String,
pattern : String
)
Parameters
- criteria
Type: System.String
- pattern
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.