FormatItemsEventArgs::ChangedItems Property
Visual Studio 2015
Gets the formatting items that have changed.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
public: property ReadOnlyCollection<String^>^ ChangedItems { [CompilerGeneratedAttribute] ReadOnlyCollection<String^>^ get(); [CompilerGeneratedAttribute] private: void set(ReadOnlyCollection<String^>^ value); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<String^>^The format items that have changed.
Show: