共用方式為


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
)

參數

  • sourceElementId
    類型:System.Guid
    來源 ModelElement 的 ID。

傳回值

類型:Microsoft.VisualStudio.Modeling.ModelElement

.NET Framework 安全性

請參閱

參考

ElementGroupPrototype 類別

Microsoft.VisualStudio.Modeling 命名空間