Partager via


_MethodBase.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 la méthode est abstraite ; sinon, false.

Remarques

Cette propriété est destinée à l’accès aux classes managées à partir du code non managé et ne doit pas être appelée à partir du code managé.

La IsAbstract propriété obtient une valeur indiquant si la méthode est abstraite.

S’applique à