IVsDataExplorerNode.CanRename Property

Definition

Gets a value indicating whether the rename command is supported on the node.

public:
 property bool CanRename { bool get(); };
public bool CanRename { get; }
member this.CanRename : bool
Public ReadOnly Property CanRename As Boolean

Property Value

true if the rename command is supported; otherwise, false.

Applies to