ITextUndoTransaction.State-Eigenschaft
Ruft den UndoTransactionState für die ITextUndoTransaction ab.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
ReadOnly Property State As UndoTransactionState
UndoTransactionState State { get; }
property UndoTransactionState State {
UndoTransactionState get ();
}
abstract State : UndoTransactionState with get
function get State () : UndoTransactionState
Eigenschaftswert
Typ: Microsoft.VisualStudio.Text.Operations.UndoTransactionState
UndoTransactionState .
.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.