Share via


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
System_CAPS_pubmethod ParameterizedStringPart(String)

Initializes a new instance of the ParameterizedStringPart class by using the provided literal text.

System_CAPS_pubmethod 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