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 collection of ITextUndoPrimitive objects in this container.
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>
Property Value
Type: IList<ITextUndoPrimitive>
The ITextUndoPrimitive collection.
Remarks
You should try to get these primitives only after the transaction has been completed.
.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.