DomainModel.GetClosureVisitor 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回对应于特定闭包类型的 IElementVisitor。
public:
virtual Microsoft::VisualStudio::Modeling::IElementVisitor ^ GetClosureVisitor(Microsoft::VisualStudio::Modeling::ClosureType type, System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ rootElements);
public virtual Microsoft.VisualStudio.Modeling.IElementVisitor GetClosureVisitor (Microsoft.VisualStudio.Modeling.ClosureType type, System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> rootElements);
abstract member GetClosureVisitor : Microsoft.VisualStudio.Modeling.ClosureType * System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> -> Microsoft.VisualStudio.Modeling.IElementVisitor
override this.GetClosureVisitor : Microsoft.VisualStudio.Modeling.ClosureType * System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> -> Microsoft.VisualStudio.Modeling.IElementVisitor
Public Overridable Function GetClosureVisitor (type As ClosureType, rootElements As ICollection(Of ModelElement)) As IElementVisitor
参数
- type
- ClosureType
结束类型
- rootElements
- ICollection<ModelElement>
根元素的集合
返回
IElementVisitor 或 null