CodeTypeDeclaration.IsInterface Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob der Typ eine Schnittstelle ist.

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

Eigenschaftswert

truewenn der Typ eine Schnittstelle ist; andernfalls . false

Gilt für: