INodeContainer.TryInitiateRenameNode(WorkspaceVisualNodeBase) 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.
Start renaming a particular node
public:
bool TryInitiateRenameNode(Microsoft::VisualStudio::Workspace::VSIntegration::UI::WorkspaceVisualNodeBase ^ node);
public bool TryInitiateRenameNode (Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase node);
abstract member TryInitiateRenameNode : Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase -> bool
Public Function TryInitiateRenameNode (node As WorkspaceVisualNodeBase) As Boolean
Parameters
the node we want to rename
Returns
true if renaming was entered, false if not (if it is not applicable)