CoreDesignSurfaceDomainModel::GetClosureFilter Method (ClosureType, ICollection<ModelElement^>^)
Visual Studio 2015
Returns an IElementVisitorFilter that corresponds to the ClosureType.
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 Value
Type: Microsoft.VisualStudio.Modeling::IElementVisitorFilter^
Show: