ComSourceInterfacesAttribute Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy ComSourceInterfacesAttribute.
Przeciążenia
ComSourceInterfacesAttribute(String) |
Inicjuje ComSourceInterfacesAttribute nowe wystąpienie klasy o nazwie interfejsu źródła zdarzeń. |
ComSourceInterfacesAttribute(Type) |
Inicjuje ComSourceInterfacesAttribute nowe wystąpienie klasy z typem używanym jako interfejs źródłowy. |
ComSourceInterfacesAttribute(Type, Type) |
Inicjuje ComSourceInterfacesAttribute nowe wystąpienie klasy z typami używanymi jako interfejsy źródłowe. |
ComSourceInterfacesAttribute(Type, Type, Type) |
Inicjuje |
ComSourceInterfacesAttribute(Type, Type, Type, Type) |
Inicjuje ComSourceInterfacesAttribute nowe wystąpienie klasy z typami używanymi jako interfejsy źródłowe. |
ComSourceInterfacesAttribute(String)
Inicjuje ComSourceInterfacesAttribute nowe wystąpienie klasy o nazwie interfejsu źródła zdarzeń.
public:
ComSourceInterfacesAttribute(System::String ^ sourceInterfaces);
public ComSourceInterfacesAttribute (string sourceInterfaces);
new System.Runtime.InteropServices.ComSourceInterfacesAttribute : string -> System.Runtime.InteropServices.ComSourceInterfacesAttribute
Public Sub New (sourceInterfaces As String)
Parametry
- sourceInterfaces
- String
Rozdzielana wartością null lista w pełni kwalifikowanych nazw interfejsów źródła zdarzeń.
Uwagi
Użyj tego konstruktora, aby uwidocznić więcej niż cztery interfejsy źródła zdarzeń klientom COM.
Dotyczy
ComSourceInterfacesAttribute(Type)
Inicjuje ComSourceInterfacesAttribute nowe wystąpienie klasy z typem używanym jako interfejs źródłowy.
public:
ComSourceInterfacesAttribute(Type ^ sourceInterface);
public ComSourceInterfacesAttribute (Type sourceInterface);
new System.Runtime.InteropServices.ComSourceInterfacesAttribute : Type -> System.Runtime.InteropServices.ComSourceInterfacesAttribute
Public Sub New (sourceInterface As Type)
Parametry
Uwagi
Użyj tego konstruktora, aby uwidocznić pojedynczy interfejs źródła zdarzeń dla klientów COM.
Dotyczy
ComSourceInterfacesAttribute(Type, Type)
Inicjuje ComSourceInterfacesAttribute nowe wystąpienie klasy z typami używanymi jako interfejsy źródłowe.
public:
ComSourceInterfacesAttribute(Type ^ sourceInterface1, Type ^ sourceInterface2);
public ComSourceInterfacesAttribute (Type sourceInterface1, Type sourceInterface2);
new System.Runtime.InteropServices.ComSourceInterfacesAttribute : Type * Type -> System.Runtime.InteropServices.ComSourceInterfacesAttribute
Public Sub New (sourceInterface1 As Type, sourceInterface2 As Type)
Parametry
Uwagi
Użyj tego konstruktora, aby uwidocznić dwa interfejsy źródła zdarzeń klientom COM.
Dotyczy
ComSourceInterfacesAttribute(Type, Type, Type)
Inicjuje ComSourceInterfacesAttribute
nowe wystąpienie klasy z typami używanymi jako interfejsy źródłowe.
public:
ComSourceInterfacesAttribute(Type ^ sourceInterface1, Type ^ sourceInterface2, Type ^ sourceInterface3);
public ComSourceInterfacesAttribute (Type sourceInterface1, Type sourceInterface2, Type sourceInterface3);
new System.Runtime.InteropServices.ComSourceInterfacesAttribute : Type * Type * Type -> System.Runtime.InteropServices.ComSourceInterfacesAttribute
Public Sub New (sourceInterface1 As Type, sourceInterface2 As Type, sourceInterface3 As Type)
Parametry
Uwagi
Użyj tego konstruktora, aby uwidocznić trzy interfejsy źródła zdarzeń klientom COM.
Dotyczy
ComSourceInterfacesAttribute(Type, Type, Type, Type)
Inicjuje ComSourceInterfacesAttribute nowe wystąpienie klasy z typami używanymi jako interfejsy źródłowe.
public:
ComSourceInterfacesAttribute(Type ^ sourceInterface1, Type ^ sourceInterface2, Type ^ sourceInterface3, Type ^ sourceInterface4);
public ComSourceInterfacesAttribute (Type sourceInterface1, Type sourceInterface2, Type sourceInterface3, Type sourceInterface4);
new System.Runtime.InteropServices.ComSourceInterfacesAttribute : Type * Type * Type * Type -> System.Runtime.InteropServices.ComSourceInterfacesAttribute
Public Sub New (sourceInterface1 As Type, sourceInterface2 As Type, sourceInterface3 As Type, sourceInterface4 As Type)
Parametry
Uwagi
Użyj tego konstruktora, aby uwidocznić cztery interfejsy źródła zdarzeń klientom COM.