IVsDataMappedObject.IsDeleted Property

Gets a value indicating whether the current generic mapped type is deleted.

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

Syntax

ReadOnly Property IsDeleted As Boolean

Dim instance As IVsDataMappedObject
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 generic mapped type is deleted; otherwise, false.

Permissions

See Also

Reference

IVsDataMappedObject Interface

IVsDataMappedObject Members

Microsoft.VisualStudio.Data.Services Namespace