Share via


IVsDataObject.IsDeleted Property

Gets a value indicating whether the data object has been deleted.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property IsDeleted As Boolean
'Usage
Dim instance As IVsDataObject 
Dim value As Boolean 

value = instance.IsDeleted
bool IsDeleted { get; }
property bool IsDeleted {
    bool get ();
}
function get IsDeleted () : boolean

Property Value

Type: System.Boolean
true if the data object has been deleted; otherwise, false.

.NET Framework Security

See Also

Reference

IVsDataObject Interface

IVsDataObject Members

Microsoft.VisualStudio.Data.Services Namespace