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)

Syntax

'Declaration
Public Property ChangedItems As ReadOnlyCollection(Of String)
public ReadOnlyCollection<string> ChangedItems { get; private set; }
public:
property ReadOnlyCollection<String^>^ ChangedItems {
    ReadOnlyCollection<String^>^ get ();
    private: void set (ReadOnlyCollection<String^>^ value);
}
member ChangedItems : ReadOnlyCollection<string> with get, private set
function get ChangedItems () : ReadOnlyCollection<String>
private function set ChangedItems (value : ReadOnlyCollection<String>)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
The format items that have changed.

.NET Framework Security

See Also

Reference

FormatItemsEventArgs Class

Microsoft.VisualStudio.Text.Classification Namespace