DomainModel::GetClosureVisitor Method (ClosureType, ICollection<ModelElement^>^)

 

Returns an IElementVisitor that corresponds to the particular closure type.

Namespace:   Microsoft.VisualStudio.Modeling
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.

Return to top
Show: