Share via


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

'Declaration
Protected Overridable Function CreateElementVisitor As IElementVisitor
'Usage
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.

.NET Framework Security

See Also

Reference

ModelExplorerTreeContainer Class

ModelExplorerTreeContainer Members

Microsoft.VisualStudio.Modeling.Shell Namespace