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
'宣言
Public Property ChangedItems As ReadOnlyCollection(Of String)
Get
Private Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.