ClientContextCategory 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 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 |
Implicit(String to ClientContextCategory) |
Implicitly converts a |
Inequality(ClientContextCategory, ClientContextCategory) |
Compares two ClientContextCategory values returning whether they are different. |