ComSourceInterfacesAttribute-Konstruktor: (Type, Type, Type)
Veröffentlicht: Oktober 2016
Initialisiert eine neue Instanz der ComSourceInterfacesAttribute -Klasse mit den Typen, die als Schnittstellen verwendet.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
public ComSourceInterfacesAttribute(
Type sourceInterface1,
Type sourceInterface2,
Type sourceInterface3
)
public:
ComSourceInterfacesAttribute(
Type^ sourceInterface1,
Type^ sourceInterface2,
Type^ sourceInterface3
)
new :
sourceInterface1:Type *
sourceInterface2:Type *
sourceInterface3:Type -> ComSourceInterfacesAttribute
Public Sub New (
sourceInterface1 As Type,
sourceInterface2 As Type,
sourceInterface3 As Type
)
Parameter
sourceInterface1
Type: System.TypeDie Type der Standard-Quellschnittstelle.
sourceInterface2
Type: System.TypeDie Type einer Quellschnittstelle.
sourceInterface3
Type: System.TypeDie Type einer Quellschnittstelle.
Hinweise
Verwenden Sie diesen Konstruktor, um drei Ereignisquellen-Schnittstellen für COM-Clients verfügbar zu machen.
Versionsinformationen
Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 1.1
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Windows Phone
Verfügbar seit 8.1
Siehe auch
ComSourceInterfacesAttribute Überladen
ComSourceInterfacesAttribute-Klasse
System.Runtime.InteropServices-Namespace
Zurück zum Anfang