ClientContextKey Struct

Definition

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 string.

Implicit(String to ClientContextKey)

Implicitly converts a string to a ClientContextKey.

Inequality(ClientContextKey, ClientContextKey)

Compares two ClientContextKey values returning whether they are different.

Applies to