共用方式為


IVsDataObject.IsDeleted 屬性

取得指出資料物件是否支援刪除。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
ReadOnly Property IsDeleted As Boolean
bool IsDeleted { get; }
property bool IsDeleted {
    bool get ();
}
abstract IsDeleted : bool with get
function get IsDeleted () : boolean

屬性值

類型:Boolean
true ,以便在資料物件刪除,否則, false。

.NET Framework 安全性

請參閱

參考

IVsDataObject 介面

Microsoft.VisualStudio.Data.Services 命名空間