ElementOperations.PropagateElementGroupContextToTransaction 方法
傳播存在於目前作用中的最上層交易中的項目群組的內容。
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
Protected Overridable Sub PropagateElementGroupContextToTransaction ( _
targetElement As ModelElement, _
elementGroup As ElementGroup, _
transaction As Transaction _
)
protected virtual void PropagateElementGroupContextToTransaction(
ModelElement targetElement,
ElementGroup elementGroup,
Transaction transaction
)
參數
- targetElement
型別:Microsoft.VisualStudio.Modeling.ModelElement
- elementGroup
型別:Microsoft.VisualStudio.Modeling.ElementGroup
- transaction
型別:Microsoft.VisualStudio.Modeling.Transaction
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。