ModelExplorerTreeContainer.CreateElementVisitor Method

Creates an IElementVisitor interface.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Protected Overridable Function CreateElementVisitor As IElementVisitor
'使用
Dim returnValue As IElementVisitor

returnValue = Me.CreateElementVisitor()
protected virtual IElementVisitor CreateElementVisitor()
protected:
virtual IElementVisitor^ CreateElementVisitor()
protected function CreateElementVisitor() : IElementVisitor

Return Value

Type: Microsoft.VisualStudio.Modeling.IElementVisitor

The IElementVisitor interface.

Permissions

See Also

Reference

ModelExplorerTreeContainer Class

ModelExplorerTreeContainer Members

Microsoft.VisualStudio.Modeling.Shell Namespace