Key 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.
Key that can be used as a command's shortcut key.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Commands.Key+Converter))]
public struct Key : IEquatable<Microsoft.VisualStudio.Extensibility.Commands.Key>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Commands.Key+Converter))>]
type Key = struct
Public Structure Key
Implements IEquatable(Of Key)
- Inheritance
-
Key
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Properties
Methods
Equals(Key) | 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 Key. |
Operators
Equality(Key, Key) |
Compares two Key values returning whether they are equal. |
Implicit(Key to String) |
Implicitly converts a Key to a |
Inequality(Key, Key) |
Compares two Key values returning whether they are different. |