DesignSurfaceMergeContext.GetRootModelElements Method

Returns the collection of ModelElements (non-PresentationElements) that serve as the root elements in the reconstituted ElementGroup.

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

Syntax

'Declaration
Public Shared Function GetRootModelElements ( _
    transaction As Transaction _
) As IList
public static IList GetRootModelElements(
    Transaction transaction
)
public:
static IList^ GetRootModelElements(
    Transaction^ transaction
)
static member GetRootModelElements : 
        transaction:Transaction -> IList
public static function GetRootModelElements(
    transaction : Transaction
) : IList

Parameters

Return Value

Type: IList

.NET Framework Security

See Also

Reference

DesignSurfaceMergeContext Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace