ModelExplorerTreeContainer.CreateModelElementTreeNode(ModelElement) Method

Definition

Extension point for supplying user defined TreeNode.

public:
 virtual Microsoft::VisualStudio::Modeling::Shell::ModelElementTreeNode ^ CreateModelElementTreeNode(Microsoft::VisualStudio::Modeling::ModelElement ^ modelElement);
public virtual Microsoft.VisualStudio.Modeling.Shell.ModelElementTreeNode CreateModelElementTreeNode (Microsoft.VisualStudio.Modeling.ModelElement modelElement);
abstract member CreateModelElementTreeNode : Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Shell.ModelElementTreeNode
override this.CreateModelElementTreeNode : Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Shell.ModelElementTreeNode
Public Overridable Function CreateModelElementTreeNode (modelElement As ModelElement) As ModelElementTreeNode

Parameters

modelElement
ModelElement

model element to be represented by the to be created ModelElementTreeNode in the tree view

Returns

Applies to