ExplorerElementVisitor.Visit(ElementWalker, ModelElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
访问
public:
virtual bool Visit(Microsoft::VisualStudio::Modeling::ElementWalker ^ walker, Microsoft::VisualStudio::Modeling::ModelElement ^ modelElement);
public virtual bool Visit (Microsoft.VisualStudio.Modeling.ElementWalker walker, Microsoft.VisualStudio.Modeling.ModelElement modelElement);
abstract member Visit : Microsoft.VisualStudio.Modeling.ElementWalker * Microsoft.VisualStudio.Modeling.ModelElement -> bool
override this.Visit : Microsoft.VisualStudio.Modeling.ElementWalker * Microsoft.VisualStudio.Modeling.ModelElement -> bool
Public Overridable Function Visit (walker As ElementWalker, modelElement As ModelElement) As Boolean
参数
- walker
- ElementWalker
当前正在遍历模型的 ElementWalker
- modelElement
- ModelElement
模型元素
返回
始终为 True