ParameterizedStringPart Constructor
Initializes a new instance of the ParameterizedStringPart class by using either literal text or a parameter name and an indication of whether to ignore the value.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Overload List
Name | Description | |
---|---|---|
ParameterizedStringPart(String) | Initializes a new instance of the ParameterizedStringPart class by using the provided literal text. |
|
ParameterizedStringPart(String, Boolean) | Initializes a new instance of the ParameterizedStringPart class by using the provided parameter name and an indication of whether to ignore the value. |
See Also
ParameterizedStringPart Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top