DesignSurfaceMergeContext.GetElementGroup(Transaction) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the ElementGroup that was reconstituted into the target store.
public:
static Microsoft::VisualStudio::Modeling::ElementGroup ^ GetElementGroup(Microsoft::VisualStudio::Modeling::Transaction ^ transaction);
public static Microsoft.VisualStudio.Modeling.ElementGroup GetElementGroup (Microsoft.VisualStudio.Modeling.Transaction transaction);
static member GetElementGroup : Microsoft.VisualStudio.Modeling.Transaction -> Microsoft.VisualStudio.Modeling.ElementGroup
Public Shared Function GetElementGroup (transaction As Transaction) As ElementGroup
Parameters
- transaction
- Transaction
The transaction containing the saved DesignSurfaceMergeContext. This is typically the top-level transaction.
Returns
The ElementGroup that was reconstituted into the target store.