Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value indicating whether the current generic data concept is deleted.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
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
Property Value
Type: System.Boolean
true if the concept is deleted; otherwise, false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.