ModelExplorerTreeContainer.CreateModelElementTreeNode(ModelElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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