Sdílet prostřednictvím


DomainModel.GetClosureFilter – metoda

Vrátí IElementVisitorFilter , které odpovídá typu zejména uzavření.

Obor názvů:  Microsoft.VisualStudio.Modeling
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntaxe

'Deklarace
Public Overridable Function GetClosureFilter ( _
    type As ClosureType, _
    rootElements As ICollection(Of ModelElement) _
) As IElementVisitorFilter
public virtual IElementVisitorFilter GetClosureFilter(
    ClosureType type,
    ICollection<ModelElement> rootElements
)

Parametry

Vrácená hodnota

Typ: Microsoft.VisualStudio.Modeling.IElementVisitorFilter
Objekt IElementVisitorFilter.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DomainModel Třída

Microsoft.VisualStudio.Modeling – obor názvů

Další zdroje

[přesměrovat] Model domény generované rozhraní API