CoreDesignSurfaceDomainModel::GetClosureFilter Method (ClosureType, ICollection<ModelElement^>^)

 

Returns an IElementVisitorFilter that corresponds to the ClosureType.

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

public:
virtual IElementVisitorFilter^ GetClosureFilter(
	ClosureType type,
	ICollection<ModelElement^>^ rootElements
) override

Parameters

type
Type: Microsoft.VisualStudio.Modeling::ClosureType

closure type

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

collection of root elements

Return to top
Show: