Share via


CodeTypeDeclaration.IsInterface Propriété

Définition

Obtient ou définit une valeur indiquant si le type est une interface.

public:
 property bool IsInterface { bool get(); void set(bool value); };
public bool IsInterface { get; set; }
member this.IsInterface : bool with get, set
Public Property IsInterface As Boolean

Valeur de propriété

true si le type est une interface ; sinon, false.

S’applique à