FormatItemsEventArgs::ChangedItems Property

 

Gets the formatting items that have changed.

Namespace:   Microsoft.VisualStudio.Text.Classification
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.

Return to top
Show: