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

C#
public ParameterizedStringPart (string literalText);

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

ParameterizedStringPart(String, Boolean)

Construct a Part which represents a Parameter usage

C#
public ParameterizedStringPart (string parameterName, bool ignoreValue);

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