ParameterizedStringPart Structure
Represents an embedded parameter in a ParameterizedString object.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| 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. |
| 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 |
| 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.) |
| 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



