IVsDataExplorerNode.CanCut Property

Definition

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

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

Property Value

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

Applies to