CodeTypeDeclaration.IsInterface Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Typ eine Schnittstelle ist, oder legt diesen fest.

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

true, wenn der Typ eine Schnittstelle ist, andernfalls false.

Gilt für: