ElementGroupPrototype.GetReconstitutedElement Method

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Shared Function GetReconstitutedElement ( _
    transaction As Transaction, _
    sourceElementId As Guid _
) As ModelElement
'使用
Dim transaction As Transaction
Dim sourceElementId As Guid
Dim returnValue As ModelElement

returnValue = ElementGroupPrototype.GetReconstitutedElement(transaction, _
    sourceElementId)
public static ModelElement GetReconstitutedElement(
    Transaction transaction,
    Guid sourceElementId
)
public:
static ModelElement^ GetReconstitutedElement(
    Transaction^ transaction, 
    Guid sourceElementId
)
public static function GetReconstitutedElement(
    transaction : Transaction, 
    sourceElementId : Guid
) : ModelElement

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.ModelElement

Permissions

See Also

Reference

ElementGroupPrototype Class

ElementGroupPrototype Members

Microsoft.VisualStudio.Modeling Namespace