Share via


ModelElementClass.ImplementsInterface-Methode

Gibt einen Wert zurück, der angibt, ob diese Klasse den bereitgestellten Schnittstellentyp implementiert.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function ImplementsInterface ( _
    interfaceType As Type _
) As Boolean
public bool ImplementsInterface(
    Type interfaceType
)
public:
bool ImplementsInterface(
    Type^ interfaceType
)
member ImplementsInterface : 
        interfaceType:Type -> bool 
public function ImplementsInterface(
    interfaceType : Type
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn dieses Element die bereitgestellte Schnittstelle implementiert, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelElementClass Klasse

Microsoft.Data.Schema.SchemaModel-Namespace