DesignSurfaceMergeContext::GetRootPresentationElements Method (Transaction^)

 

Returns the collection of PresentationElements that serve as the root elements in the reconstituted ElementGroup.

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

public:
static IList^ GetRootPresentationElements(
	Transaction^ transaction
)

Parameters

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

The transaction containing the saved DesignSurfaceMergeContext. This is typically the top-level transaction.

Return Value

Type: System.Collections::IList^
Return to top
Show: