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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelExplorerTreeContainer Class