IVsDataExplorerNode.CanDelete Özellik

Tanım

Node üzerinde Delete komutunun desteklenip desteklenmediğini gösteren bir değer alır.

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

Özellik Değeri

Boolean

Delete komutu destekleniyorsa true; Aksi takdirde, false.

Şunlara uygulanır