TextContentChangedEventArgs.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.