Udostępnij za pośrednictwem


ClientContextCategory Struct

Definition

Client context categories to be used in ClientContexts.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.ClientContextCategory+Converter))]
public readonly struct ClientContextCategory : IEquatable<Microsoft.VisualStudio.Extensibility.ClientContextCategory>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.ClientContextCategory+Converter))>]
type ClientContextCategory = struct
Public Structure ClientContextCategory
Implements IEquatable(Of ClientContextCategory)
Inheritance
ClientContextCategory
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Properties

Editor

The 'Editor' client context category.

Shell

The 'Shell' client context category.

Methods

Custom(String)

Initializes a ClientContextCategory value.

Equals(ClientContextCategory)

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

Operators

Equality(ClientContextCategory, ClientContextCategory)

Compares two ClientContextCategory values returning whether they are equal.

Implicit(ClientContextCategory to String)

Implicitly converts a ClientContextCategory to a string.

Implicit(String to ClientContextCategory)

Implicitly converts a string to a ClientContextCategory.

Inequality(ClientContextCategory, ClientContextCategory)

Compares two ClientContextCategory values returning whether they are different.

Applies to