Condividi tramite


_Type.IsInterface Proprietà

Definizione

Fornisce oggetti COM con accesso indipendente dalla IsInterface versione alla proprietà .

public:
 property bool IsInterface { bool get(); };
public bool IsInterface { get; }
member this.IsInterface : bool
Public ReadOnly Property IsInterface As Boolean

Valore della proprietà

true se è un'interfaccia Type ; in caso contrario, false.

Commenti

Questa proprietà è destinata all'accesso alle classi gestite da codice non gestito e non deve essere chiamata dal codice gestito.

La Type.IsInterface proprietà ottiene un valore che indica se è un'interfaccia Type , ovvero non una classe o un tipo valore.

Si applica a