Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.