Freigeben über


ITextUndoTransaction.UndoPrimitives-Eigenschaft

Ruft die Auflistung von ITextUndoPrimitive-Objekten in diesem Container ab.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
ReadOnly Property UndoPrimitives As IList(Of ITextUndoPrimitive)
IList<ITextUndoPrimitive> UndoPrimitives { get; }
property IList<ITextUndoPrimitive^>^ UndoPrimitives {
    IList<ITextUndoPrimitive^>^ get ();
}
abstract UndoPrimitives : IList<ITextUndoPrimitive> with get
function get UndoPrimitives () : IList<ITextUndoPrimitive>

Eigenschaftswert

Typ: IList<ITextUndoPrimitive>
Die ITextUndoPrimitive-Auflistung.

Hinweise

Sie sollten diese Primitiven abzurufen, erst nach Abschluss der Transaktion.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextUndoTransaction Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace