TextContentChangedEventArgs.Options Property

Definition

Gets the edit options that were applied to this change.

public:
 property Microsoft::VisualStudio::Text::EditOptions Options { Microsoft::VisualStudio::Text::EditOptions get(); };
public Microsoft.VisualStudio.Text.EditOptions Options { get; }
member this.Options : Microsoft.VisualStudio.Text.EditOptions
Public ReadOnly Property Options As EditOptions

Property Value

The edit options that were applied to this change.

Applies to