EditorOptionDefinition<T>::IsValid Method (T)

 

Determines whether the proposed value is valid.

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

public:
virtual bool IsValid(
	T% proposedValue
)

Parameters

proposedValue
Type: T

The proposed value for this option.

Return Value

Type: System::Boolean

true if the value is valid, otherwise false.

The implementer of this method may modify the value.

Return to top
Show: