EditorOptionDefinition<T> Methods

 

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether two EditorOptionDefinition objects are the same.(Inherited from EditorOptionDefinition.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets the hash code of this type.(Inherited from EditorOptionDefinition.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsApplicableToScope(IPropertyOwner^)

Determines whether this option is applicable for the given scope (for example, a text buffer). (Inherited from EditorOptionDefinition.)

System_CAPS_pubmethodIsValid(T)

Determines whether the proposed value is valid.

System_CAPS_pubmethodIsValid(Object^)

Determines whether the proposed value is valid.(Overrides EditorOptionDefinition::IsValid(Object^).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: