ParameterizedString Constructor
Initializes a new instance of the ParameterizedString class.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Overload List
Name | Description | |
---|---|---|
ParameterizedString() | Initializes a new instance of the ParameterizedString class. |
|
ParameterizedString(IEnumerable<ParameterizedStringPart>) | Initializes a new instance of the ParameterizedString class by using the provided list of parameter parts. |
|
ParameterizedString(String) | Initializes a new instance of the ParameterizedString class by using the given string. |
|
ParameterizedString(XmlReader) | Initializes a new instance of the ParameterizedString class by using the provided XML reader. |
See Also
ParameterizedString Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top