IVsDataExplorerNode.CanDelete Property

Definition

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

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

Property Value

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

Applies to