KeyValuePairStringProperty Class
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.
Caution
Use TestMetadataProperty instead. This will be removed in a future version.
Node property that represents a key-value pair.
public class KeyValuePairStringProperty : IEquatable<Microsoft.Testing.Platform.Extensions.Messages.KeyValuePairStringProperty>, Microsoft.Testing.Platform.Extensions.Messages.IProperty
[System.Obsolete("Use TestMetadataProperty instead. This will be removed in a future version.")]
public class KeyValuePairStringProperty : IEquatable<Microsoft.Testing.Platform.Extensions.Messages.KeyValuePairStringProperty>, Microsoft.Testing.Platform.Extensions.Messages.IProperty
type KeyValuePairStringProperty = class
interface IProperty
interface IEquatable<KeyValuePairStringProperty>
[<System.Obsolete("Use TestMetadataProperty instead. This will be removed in a future version.")>]
type KeyValuePairStringProperty = class
interface IProperty
interface IEquatable<KeyValuePairStringProperty>
Public Class KeyValuePairStringProperty
Implements IEquatable(Of KeyValuePairStringProperty), IProperty
- Inheritance
-
KeyValuePairStringProperty
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| KeyValuePairStringProperty(KeyValuePairStringProperty) | |
| KeyValuePairStringProperty(String, String) |
Node property that represents a key-value pair. |
Properties
| Name | Description |
|---|---|
| EqualityContract | |
| Key |
Key name. |
| Value |
Key value. |
Methods
| Name | Description |
|---|---|
| <Clone>$() | |
| Deconstruct(String, String) | |
| Equals(KeyValuePairStringProperty) | |
| Equals(Object) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
Operators
| Name | Description |
|---|---|
| Equality(KeyValuePairStringProperty, KeyValuePairStringProperty) | |
| Inequality(KeyValuePairStringProperty, KeyValuePairStringProperty) | |