Share via


ComExposedClassAttribute<T>.GetComInterfaceEntries(Int32) Methode

Definition

Ruft die COM-Schnittstelleninformationen ab, die einem ComWrappers instance zur Bereitstellung dieses Typs für COM bereitgestellt werden sollen.

public:
 virtual System::Runtime::InteropServices::ComWrappers::ComInterfaceEntry* GetComInterfaceEntries([Runtime::InteropServices::Out] int % count);
public System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* GetComInterfaceEntries (out int count);
abstract member GetComInterfaceEntries : int -> nativeptr<System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry>
override this.GetComInterfaceEntries : int -> nativeptr<System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry>

Parameter

count
Int32

Die Anzahl der COM-Schnittstellen, die dieser Typ implementiert.

Gibt zurück

Die Schnittstelleneintragsinformationen für die Schnittstellen, die der Typ implementiert.

Implementiert

Gilt für: