ElementGroupPrototype.GetReconstitutedElement 方法
傳回重建的 ModelElement,先前已指定來源 ModelElement 的 guid 給它。
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
語法
'宣告
Public Shared Function GetReconstitutedElement ( _
transaction As Transaction, _
sourceElementId As Guid _
) As ModelElement
public static ModelElement GetReconstitutedElement(
Transaction transaction,
Guid sourceElementId
)
參數
- transaction
類型:Microsoft.VisualStudio.Modeling.Transaction
在其中從 ElementGroupPrototype 重新建構項目的異動。
- sourceElementId
類型:System.Guid
來源 ModelElement 的 ID。
傳回值
類型:Microsoft.VisualStudio.Modeling.ModelElement
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。