ITextUndoTransaction.Parent 屬性
取得包含這個交易的 ITextUndoTransaction。
命名空間: Microsoft.VisualStudio.Text.Operations
組件: Microsoft.VisualStudio.Text.Logic (在 Microsoft.VisualStudio.Text.Logic.dll 中)
語法
'宣告
ReadOnly Property Parent As ITextUndoTransaction
ITextUndoTransaction Parent { get; }
property ITextUndoTransaction^ Parent {
ITextUndoTransaction^ get ();
}
abstract Parent : ITextUndoTransaction with get
function get Parent () : ITextUndoTransaction
屬性值
類型:Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction
父代 ITextUndoTransaction。
備註
這個屬性是nullnull 參考 (即 Visual Basic 中的 Nothing)如果這是根交易。 很暫時性的因為已經完成的交易不巢狀結構。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。