IEditorOptions::ClearOptionValue Method (String^)

 

Clear the locally-defined value for the given option.

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

bool ClearOptionValue(
	String^ optionId
)

Parameters

optionId
Type: System::String^

The ID of the option.

Return Value

Type: System::Boolean

true if the option was defined locally and cleared.

Return to top
Show: