Freigeben über


TypeDescriptor.InterfaceType Eigenschaft

Definition

Ruft einen Typ ab, der einen Typbeschreibungsanbieter für alle Schnittstellentypen darstellt.

public:
 static property Type ^ InterfaceType { Type ^ get(); };
public static Type InterfaceType { get; }
static member InterfaceType : Type
Public Shared ReadOnly Property InterfaceType As Type

Eigenschaftswert

A Type that represents a custom type description provider for all interface types.

Hinweise

Die InterfaceType Eigenschaft ruft ein Type Objekt ab, das Sie an die AddProvider Methoden übergeben können, um einen Typbeschreibungsanbieter für Schnittstellentypen zu definieren.

Gilt für: