ElementGroupPrototype::GetReconstitutedElement Method (Transaction^, Guid)
Visual Studio 2015
Returns the reconstituted ModelElement given the guid of the source ModelElement.
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 Value
Type: Microsoft.VisualStudio.Modeling::ModelElement^
Show: