ITextUndoTransaction.History-Eigenschaft
Ruft die ITextUndoHistory ab, die diese Transaktion enthält.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
ReadOnly Property History As ITextUndoHistory
ITextUndoHistory History { get; }
property ITextUndoHistory^ History {
ITextUndoHistory^ get ();
}
abstract History : ITextUndoHistory with get
function get History () : ITextUndoHistory
Eigenschaftswert
Typ: Microsoft.VisualStudio.Text.Operations.ITextUndoHistory
ITextUndoHistory .
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.