Partager via


DataMappedObject.IsDeleted, propriété

Obtient une valeur indiquant si le concept générique en cours de données est supprimé.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsDeleted As Boolean
public bool IsDeleted { get; }
public:
virtual property bool IsDeleted {
    bool get () sealed;
}
abstract IsDeleted : bool with get 
override IsDeleted : bool with get
final function get IsDeleted () : boolean

Valeur de propriété

Type : Boolean
true si le concept est supprimé ; sinon, false.

Implémentations

IVsDataMappedObject.IsDeleted

Sécurité .NET Framework

Voir aussi

Référence

DataMappedObject Classe

Microsoft.VisualStudio.Data.Framework, espace de noms