ElementGroupPrototype::GetReconstitutedElement Method (Transaction^, Guid)

 

Returns the reconstituted ModelElement given the guid of the source ModelElement.

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

public:
static ModelElement^ GetReconstitutedElement(
	Transaction^ transaction,
	Guid sourceElementId
)

Parameters

transaction
Type: Microsoft.VisualStudio.Modeling::Transaction^

The transaction in which the elements were reconstituted from the ElementGroupPrototype.

sourceElementId
Type: System::Guid

The id of the source ModelElement

Return to top
Show: