DomainModel::GetClosureVisitor Method (ClosureType, ICollection<ModelElement^>^)
Visual Studio 2015
Returns an IElementVisitor that corresponds to the particular closure type.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: virtual IElementVisitor^ GetClosureVisitor( 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.
Show: