DomainModel::GetClosureFilter Method (ClosureType, ICollection<ModelElement^>^)
Visual Studio 2015
Returns an IElementVisitorFilter that corresponds to the particular closure type.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: virtual IElementVisitorFilter^ GetClosureFilter( ClosureType type, ICollection<ModelElement^>^ rootElements )
Parameters
- type
-
Type:
Microsoft.VisualStudio.Modeling::ClosureType
A closure type.
- rootElements
-
Type:
System.Collections.Generic::ICollection<ModelElement^>^
A collection of root elements.
Return Value
Type: Microsoft.VisualStudio.Modeling::IElementVisitorFilter^An IElementVisitorFilter object.
Show: