PreContentChangedEventArgs.Changes Property
Gets the collection of changes.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public Property Changes As INormalizedTextChangeCollection
public INormalizedTextChangeCollection Changes { get; private set; }
public:
property INormalizedTextChangeCollection^ Changes {
INormalizedTextChangeCollection^ get ();
private: void set (INormalizedTextChangeCollection^ value);
}
member Changes : INormalizedTextChangeCollection with get, private set
function get Changes () : INormalizedTextChangeCollection
private function set Changes (value : INormalizedTextChangeCollection)
Property Value
Type: Microsoft.VisualStudio.Text.INormalizedTextChangeCollection
the collection of changes.
.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.