ClientContextKey Struct
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.
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
Methods
Custom(String) |
Initializes a ClientContextKey value. |
Equals(ClientContextKey) | 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. |
GetHashCode() | Returns the hash code for this instance. |
ToString() |
Returns the string value of ClientContextKey. |
Operators
Equality(ClientContextKey, ClientContextKey) |
Compares two ClientContextKey values returning whether they are equal. |
Implicit(ClientContextKey to String) |
Implicitly converts a ClientContextKey to a |
Implicit(String to ClientContextKey) |
Implicitly converts a |
Inequality(ClientContextKey, ClientContextKey) |
Compares two ClientContextKey values returning whether they are different. |