EditorOptionDefinition::IsValid Method (Object^)
Visual Studio 2015
Determines whether the proposed value is valid.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- proposedValue
-
Type:
System::Object^
The proposed value for this option.
By the time the value is passed to this method, it has already been checked to be of the correct ValueType.
The implementer of this method may modify the value.
Show: