ParameterizedStringPart Constructors
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.
ParameterizedStringPart(String) |
Construct a Part which represents literal text |
ParameterizedStringPart(String, Boolean) |
Construct a Part which represents a Parameter usage |
Construct a Part which represents literal text
C#
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
Azure DevOps Services .NET SDK latest ve Azure DevOps Services .NET SDK preview
Ürün | Sürümler |
---|---|
Azure DevOps Services .NET SDK | preview, latest |
Construct a Part which represents a Parameter usage
C#
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
Applies to
Azure DevOps Services .NET SDK latest ve Azure DevOps Services .NET SDK preview
Ürün | Sürümler |
---|---|
Azure DevOps Services .NET SDK | preview, latest |