ModelElementTreeNode Class

 

Represents a node for an element in the navigation tree for Model Explorer.

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


public ref class ModelElementTreeNode : ElementTreeNode

NameDescription
System_CAPS_pubmethodModelElementTreeNode(ModelElement^)

Initialize a new instance of ModelElementTreeNode

System_CAPS_pubmethodModelElementTreeNode(ModelExplorerTreeContainer^, ModelElement^)

Obsolete.Initializes a new instance of the ModelElementTreeNode class.

NameDescription
System_CAPS_pubpropertyBackColor

(Inherited from TreeNode.)

System_CAPS_pubpropertyBounds

(Inherited from TreeNode.)

System_CAPS_pubpropertyChecked

(Inherited from TreeNode.)

System_CAPS_pubpropertyContainer

The explorer tree container that hosts this node.(Inherited from ExplorerTreeNode.)

System_CAPS_pubpropertyContextMenu

(Inherited from TreeNode.)

System_CAPS_pubpropertyContextMenuStrip

(Inherited from TreeNode.)

System_CAPS_pubpropertyDefaultImageIndex

Get or set the index into the TreeView image list to be used for the icon representing this node if not overridden by an icon based on the node content(Inherited from ExplorerTreeNode.)

System_CAPS_pubpropertyDisposed

True if this node has been explicitly disposed.(Inherited from ExplorerTreeNode.)

System_CAPS_pubpropertyFirstNode

(Inherited from TreeNode.)

System_CAPS_pubpropertyForeColor

(Inherited from TreeNode.)

System_CAPS_pubpropertyFullPath

(Inherited from TreeNode.)

System_CAPS_pubpropertyHandle

(Inherited from TreeNode.)

System_CAPS_pubpropertyImageIndex

(Inherited from TreeNode.)

System_CAPS_pubpropertyImageKey

(Inherited from TreeNode.)

System_CAPS_pubpropertyIndex

(Inherited from TreeNode.)

System_CAPS_pubpropertyIsEditing

(Inherited from TreeNode.)

System_CAPS_pubpropertyIsExpanded

(Inherited from TreeNode.)

System_CAPS_pubpropertyIsSelected

(Inherited from TreeNode.)

System_CAPS_pubpropertyIsVisible

(Inherited from TreeNode.)

System_CAPS_pubpropertyKeepNode

Gets or sets the node to keep when you update (prune) the navigation tree.(Inherited from ExplorerTreeNode.)

System_CAPS_pubpropertyLastNode

(Inherited from TreeNode.)

System_CAPS_pubpropertyLevel

(Inherited from TreeNode.)

System_CAPS_pubpropertyModelElement

Gets the element to appear as a node in the navigation tree.

System_CAPS_pubpropertyName

(Inherited from TreeNode.)

System_CAPS_pubpropertyNextNode

(Inherited from TreeNode.)

System_CAPS_pubpropertyNextVisibleNode

(Inherited from TreeNode.)

System_CAPS_pubpropertyNodeFont

(Inherited from TreeNode.)

System_CAPS_pubpropertyNodes

(Inherited from TreeNode.)

System_CAPS_pubpropertyParent

(Inherited from TreeNode.)

System_CAPS_pubpropertyPrevNode

(Inherited from TreeNode.)

System_CAPS_pubpropertyPrevVisibleNode

(Inherited from TreeNode.)

System_CAPS_pubpropertyRepresentedElement

The ModelElement that this node represents (if any).(Inherited from ExplorerTreeNode.)

System_CAPS_pubpropertyRepresentedRole

The Domain Role that this node represents (if any).(Inherited from ExplorerTreeNode.)

System_CAPS_pubpropertySelectedImageIndex

(Inherited from TreeNode.)

System_CAPS_pubpropertySelectedImageKey

(Inherited from TreeNode.)

System_CAPS_pubpropertyShowDomainClass

Gets or sets whether to show the DomainClass Name after the ModelElement name in the tree node text. For example, "myElement (MyClass)". Might be ignored if the node type does not represent model elements.(Inherited from ElementTreeNode.)

System_CAPS_pubpropertyStateImageIndex

(Inherited from TreeNode.)

System_CAPS_pubpropertyStateImageKey

(Inherited from TreeNode.)

System_CAPS_pubpropertyTag

(Inherited from TreeNode.)

System_CAPS_pubpropertyText

(Inherited from TreeNode.)

System_CAPS_pubpropertyToolTipText

(Inherited from TreeNode.)

System_CAPS_pubpropertyTreeView

(Inherited from TreeNode.)

NameDescription
System_CAPS_pubmethodBeginEdit()

(Inherited from TreeNode.)

System_CAPS_pubmethodClone()

(Inherited from TreeNode.)

System_CAPS_pubmethodCollapse()

(Inherited from TreeNode.)

System_CAPS_pubmethodCollapse(Boolean)

(Inherited from TreeNode.)

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodDeserialize(SerializationInfo^, StreamingContext)

(Inherited from TreeNode.)

System_CAPS_pubmethodDispose()

(Inherited from ExplorerTreeNode.)

System_CAPS_protmethodDispose(Boolean)

Override Dispose to unhook observation of element name changes(Inherited from ElementTreeNode.)

System_CAPS_pubmethodEndEdit(Boolean)

(Inherited from TreeNode.)

System_CAPS_pubmethodEnsureVisible()

(Inherited from TreeNode.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodExpand()

(Inherited from TreeNode.)

System_CAPS_pubmethodExpandAll()

(Inherited from TreeNode.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetNodeCount(Boolean)

(Inherited from TreeNode.)

System_CAPS_protmethodGetRepresentedElement()

(Inherited from ElementTreeNode.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodProvideNodeText()

Provides the text for the node in the navigation tree for Model Explorer.(Overrides ExplorerTreeNode::ProvideNodeText().)

System_CAPS_pubmethodRemove()

(Inherited from TreeNode.)

System_CAPS_protmethodSerialize(SerializationInfo^, StreamingContext)

(Inherited from TreeNode.)

System_CAPS_protmethodSetRepresentedElement(ModelElement^)

(Inherited from ElementTreeNode.)

System_CAPS_pubmethodToggle()

(Inherited from TreeNode.)

System_CAPS_pubmethodToString()

(Inherited from TreeNode.)

System_CAPS_pubmethodUpdate()

Force an update of the node's visual representation, i.e. text and icon(Inherited from ElementTreeNode.)

System_CAPS_pubmethodUpdateNodeText()

Updates the text for the node.(Inherited from ExplorerTreeNode.)

DSL Explorer is derived from Model Explorer.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: