Udostępnij za pośrednictwem


ComSourceInterfacesAttribute Konstruktory

Definicja

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 nowe wystąpienie klasy z typami używanymi jako interfejsy źródłowe.

ComSourceInterfacesAttribute(Type, Type, Type, Type)

Inicjuje ComSourceInterfacesAttribute nowe wystąpienie klasy z typami używanymi jako interfejsy źródłowe.

ComSourceInterfacesAttribute(String)

Źródło:
ComSourceInterfacesAttribute.cs
Źródło:
ComSourceInterfacesAttribute.cs
Źródło:
ComSourceInterfacesAttribute.cs

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)

Źródło:
ComSourceInterfacesAttribute.cs
Źródło:
ComSourceInterfacesAttribute.cs
Źródło:
ComSourceInterfacesAttribute.cs

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

sourceInterface
Type

Interfejs Type źródłowy.

Uwagi

Użyj tego konstruktora, aby uwidocznić pojedynczy interfejs źródła zdarzeń dla klientów COM.

Dotyczy

ComSourceInterfacesAttribute(Type, Type)

Źródło:
ComSourceInterfacesAttribute.cs
Źródło:
ComSourceInterfacesAttribute.cs
Źródło:
ComSourceInterfacesAttribute.cs

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

sourceInterface1
Type

Domyślny Type interfejs źródłowy.

sourceInterface2
Type

Interfejs Type źródłowy.

Uwagi

Użyj tego konstruktora, aby uwidocznić dwa interfejsy źródła zdarzeń klientom COM.

Dotyczy

ComSourceInterfacesAttribute(Type, Type, Type)

Źródło:
ComSourceInterfacesAttribute.cs
Źródło:
ComSourceInterfacesAttribute.cs
Źródło:
ComSourceInterfacesAttribute.cs

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

sourceInterface1
Type

Domyślny Type interfejs źródłowy.

sourceInterface2
Type

Interfejs Type źródłowy.

sourceInterface3
Type

Interfejs Type źródłowy.

Uwagi

Użyj tego konstruktora, aby uwidocznić trzy interfejsy źródła zdarzeń klientom COM.

Dotyczy

ComSourceInterfacesAttribute(Type, Type, Type, Type)

Źródło:
ComSourceInterfacesAttribute.cs
Źródło:
ComSourceInterfacesAttribute.cs
Źródło:
ComSourceInterfacesAttribute.cs

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

sourceInterface1
Type

Domyślny Type interfejs źródłowy.

sourceInterface2
Type

Interfejs Type źródłowy.

sourceInterface3
Type

Interfejs Type źródłowy.

sourceInterface4
Type

Interfejs Type źródłowy.

Uwagi

Użyj tego konstruktora, aby uwidocznić cztery interfejsy źródła zdarzeń klientom COM.

Dotyczy