_Type.IsAbstract Propriété

Définition

Fournit des objets COM avec un accès indépendant de la version à la propriété IsAbstract.

public:
 property bool IsAbstract { bool get(); };
public bool IsAbstract { get; }
member this.IsAbstract : bool
Public ReadOnly Property IsAbstract As Boolean

Valeur de propriété

true si le Type est abstrait ; sinon, false.

Remarques

Cette propriété permet d’accéder aux classes managées à partir de code non managé et ne doit pas être appelée à partir du code managé.

La Type.IsAbstract propriété obtient une valeur indiquant si le Type est abstrait et doit être remplacé.

S’applique à