ParameterizedStringPart Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ParameterizedStringPart(String) |
Construct a Part which represents literal text |
| ParameterizedStringPart(String, Boolean) |
Construct a Part which represents a Parameter usage |
ParameterizedStringPart(String)
Construct a Part which represents literal text
public ParameterizedStringPart(string literalText);
new Microsoft.TeamFoundation.TestManagement.WebApi.ParameterizedStringPart : string -> Microsoft.TeamFoundation.TestManagement.WebApi.ParameterizedStringPart
Public Sub New (literalText As String)
Parameters
- literalText
- String
Applies to
ParameterizedStringPart(String, Boolean)
Construct a Part which represents a Parameter usage
public ParameterizedStringPart(string parameterName, bool ignoreValue);
new Microsoft.TeamFoundation.TestManagement.WebApi.ParameterizedStringPart : string * bool -> Microsoft.TeamFoundation.TestManagement.WebApi.ParameterizedStringPart
Public Sub New (parameterName As String, ignoreValue As Boolean)
Parameters
- parameterName
- String
- ignoreValue
- Boolean