ParameterizedStringPart Structure
Represents an embedded parameter in a ParameterizedString object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public struct ParameterizedStringPart
public value struct ParameterizedStringPart
[<Sealed>]
type ParameterizedStringPart = struct end
Public Structure ParameterizedStringPart
Constructors
Name | Description | |
---|---|---|
ParameterizedStringPart(String) | Initializes a new instance of the ParameterizedStringPart class by using the provided literal text. |
|
ParameterizedStringPart(String, Boolean) | Initializes a new instance of the ParameterizedStringPart class by using the provided parameter name and an indication of whether to ignore the value. |
Properties
Name | Description | |
---|---|---|
Empty | Gets an empty ParameterizedStringPart object. |
|
IgnoreValue | Gets a value that indicates whether to ignore the value. |
|
IsParameter | Gets a value that indicates whether the string is a parameter. |
|
LiteralValue | Gets the literal string for this parameterized part. |
|
ParameterName | Gets the name of the parameter. |
|
XmlWrapper |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Gets a value that indicates whether the provided object is equal to this object.(Overrides ValueType.Equals(Object).) |
|
Equals(ParameterizedStringPart) | Gets a value that indicates whether the provided object is equal to this object. |
|
GetHashCode() | (Overrides ValueType.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
Equality(ParameterizedStringPart, ParameterizedStringPart) | Provides an equality operator (=) for comparing two ParameterizedStringPart objects. |
|
Inequality(ParameterizedStringPart, ParameterizedStringPart) | Provides an inequality operator (!=) for comparing two ParameterizedStringPart objects. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
ParameterizedString
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top