EditorOptionKey<T> Structure
Visual Studio 2015
Represents a type-safe key for editor options.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | EditorOptionKey<T>(String) | Initializes a new instance of EditorOptionKey<T>. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets the name of this key. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether two EditorOptionKey<T> objects are the same.(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode() | Gets the hash code for this object.(Overrides ValueType.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Converts this object to a string.(Overrides ValueType.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



