Partager via


_Type.IsAbstract Propriété

Définition

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

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 l’objet Type est abstrait ; sinon, false.

Remarques

Cette propriété est destinée à l’accès 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 l’objet Type est abstrait et doit être substitué.

S’applique à