EditorOptionKey<T> 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.
Represents a type-safe key for editor options.
generic <typename T>
public value class EditorOptionKey
template <typename T>
struct EditorOptionKey
public struct EditorOptionKey<T>
type EditorOptionKey<'T> = struct
Public Structure EditorOptionKey(Of T)
Type Parameters
- T
The type of the option value.
- Inheritance
-
EditorOptionKey<T>
Constructors
EditorOptionKey<T>(String) |
Initializes a new instance of EditorOptionKey<T>. |
Properties
Name |
Gets the name of this key. |
Methods
Equals(Object) |
Determines whether two EditorOptionKey<T> objects are the same. |
GetHashCode() |
Gets the hash code for this object. |
ToString() |
Converts this object to a string. |
Operators
Equality(EditorOptionKey<T>, EditorOptionKey<T>) |
Determines whether two instances of this type are the same. |
Inequality(EditorOptionKey<T>, EditorOptionKey<T>) |
Determines whether two instances of this type are different. |