Share via


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
System_CAPS_pubmethod ParameterizedString()

Initializes a new instance of the ParameterizedString class.

System_CAPS_pubmethod ParameterizedString(IEnumerable<ParameterizedStringPart>)

Initializes a new instance of the ParameterizedString class by using the provided list of parameter parts.

System_CAPS_pubmethod ParameterizedString(String)

Initializes a new instance of the ParameterizedString class by using the given string.

System_CAPS_pubmethod 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