ClientContextKey Struct
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.
Client context keys to be used in ClientContext(ClientContextKey, String).
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.ClientContextKey+Converter))]
public readonly struct ClientContextKey : IEquatable<Microsoft.VisualStudio.Extensibility.ClientContextKey>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.ClientContextKey+Converter))>]
type ClientContextKey = struct
Public Structure ClientContextKey
Implements IEquatable(Of ClientContextKey)
- Inheritance
-
ClientContextKey
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Custom(String) |
Initializes a ClientContextKey value. |
Equals(Client |
Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Indicates whether this instance and a specified object are equal. |
Get |
Returns the hash code for this instance. |
To |
Returns the string value of ClientContextKey. |
Equality(Client |
Compares two ClientContextKey values returning whether they are equal. |
Implicit(Client |
Implicitly converts a ClientContextKey to a |
Implicit(String to Client |
Implicitly converts a |
Inequality(Client |
Compares two ClientContextKey values returning whether they are different. |