EditorOptionChangedEventArgs::OptionId Property

 

Gets the ID of the option that has changed.

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

public:
property String^ OptionId {
	String^ get();
}

Property Value

Type: System::String^

The option ID.

Return to top
Show: