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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。