Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the ParameterizedStringPart class by using the provided literal text.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public ParameterizedStringPart(
string literalText
)
public:
ParameterizedStringPart(
String^ literalText
)
new :
literalText:string -> ParameterizedStringPart
Public Sub New (
literalText As String
)
Parameters
literalText
Type: System.StringA string that contains the parameterized string part.
See Also
ParameterizedStringPart Overload
ParameterizedStringPart Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top