Partition::GetClosureList Method (ICollection<ModelElement^>^, ClosureType)

 

Gets a closure list of the given type based on the given root element list

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

public:
ReadOnlyCollection<ModelElement^>^ GetClosureList(
	ICollection<ModelElement^>^ rootElements,
	ClosureType type
)

Parameters

rootElements
Type: System.Collections.Generic::ICollection<ModelElement^>^

list of root elements that the closure will be based on

type
Type: Microsoft.VisualStudio.Modeling::ClosureType

type of closure to form

Return to top
Show: