Share via


DomainModel.GetClosureFilter Method

Returns an IElementVisitorFilter that corresponds to the particular closure type.

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

Syntax

'Declaration
Public Overridable Function GetClosureFilter ( _
    type As ClosureType, _
    rootElements As ICollection(Of ModelElement) _
) As IElementVisitorFilter
public virtual IElementVisitorFilter GetClosureFilter(
    ClosureType type,
    ICollection<ModelElement> rootElements
)
public:
virtual IElementVisitorFilter^ GetClosureFilter(
    ClosureType type, 
    ICollection<ModelElement^>^ rootElements
)
abstract GetClosureFilter : 
        type:ClosureType * 
        rootElements:ICollection<ModelElement> -> IElementVisitorFilter 
override GetClosureFilter : 
        type:ClosureType * 
        rootElements:ICollection<ModelElement> -> IElementVisitorFilter 
public function GetClosureFilter(
    type : ClosureType, 
    rootElements : ICollection<ModelElement>
) : IElementVisitorFilter

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.IElementVisitorFilter
An IElementVisitorFilter object.

.NET Framework Security

See Also

Reference

DomainModel Class

Microsoft.VisualStudio.Modeling Namespace

Other Resources

[redirect] Domain Model in the Generated API