DomainModel.GetClosureVisitor – metoda
Vrátí IElementVisitor, který odpovídá typu zejména uzavření.
Obor názvů: Microsoft.VisualStudio.Modeling
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntaxe
'Deklarace
Public Overridable Function GetClosureVisitor ( _
type As ClosureType, _
rootElements As ICollection(Of ModelElement) _
) As IElementVisitor
public virtual IElementVisitor GetClosureVisitor(
ClosureType type,
ICollection<ModelElement> rootElements
)
Parametry
- type
Typ: Microsoft.VisualStudio.Modeling.ClosureType
Typ uzávěru.
- rootElements
Typ: System.Collections.Generic.ICollection<ModelElement>
Kolekce kořenových prvků.
Vrácená hodnota
Typ: Microsoft.VisualStudio.Modeling.IElementVisitor
Objekt IElementVisitor.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.