ITextVersion.Changes Property
Gets the text changes that produce the next version.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'宣言
ReadOnly Property Changes As INormalizedTextChangeCollection
Get
INormalizedTextChangeCollection Changes { get; }
property INormalizedTextChangeCollection^ Changes {
INormalizedTextChangeCollection^ get ();
}
abstract Changes : INormalizedTextChangeCollection
function get Changes () : INormalizedTextChangeCollection
Property Value
Type: Microsoft.VisualStudio.Text.INormalizedTextChangeCollection
The text changes.
Remarks
This method returns nulla null reference (Nothing in Visual Basic) if and only if this is the most recent version of its text buffer.
.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.