ModelExplorerTreeContainer.TreeNodeTextChanged(ExplorerTreeNode) 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.
Virtual method to indicate tree node text has been changed.
public:
virtual void TreeNodeTextChanged(Microsoft::VisualStudio::Modeling::Shell::ExplorerTreeNode ^ node);
public virtual void TreeNodeTextChanged (Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode node);
abstract member TreeNodeTextChanged : Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode -> unit
override this.TreeNodeTextChanged : Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode -> unit
Public Overridable Sub TreeNodeTextChanged (node As ExplorerTreeNode)
Parameters
- node
- ExplorerTreeNode