TextContentChangedEventArgs::Options Property

 

Gets the edit options that were applied to this change.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
property EditOptions Options {
	EditOptions get();
}

Property Value

Type: Microsoft.VisualStudio.Text::EditOptions

The edit options that were applied to this change.

Return to top
Show: