Edit

ParameterizedStringPart Struct

Definition

Represents one part of a ParameterizedString, each part can be either a literal or a parameter reference. If a parameter reference, then it has an "IgnoreValue" property, which may be true or false

Developers Note: This must be immutable

public struct ParameterizedStringPart
type ParameterizedStringPart = struct
Public Structure ParameterizedStringPart
Inheritance
ParameterizedStringPart

Applies to