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, które ma być używane jako interfejs źródłowy.

ComSourceInterfacesAttribute(Type, Type)

Inicjuje ComSourceInterfacesAttribute nowe wystąpienie klasy z typami, które mają być używane jako interfejsy źródłowe.

ComSourceInterfacesAttribute(Type, Type, Type)

Inicjuje ComSourceInterfacesAttribute nowe wystąpienie klasy z typami, które mają być używane jako interfejsy źródłowe.

ComSourceInterfacesAttribute(Type, Type, Type, Type)

Inicjuje ComSourceInterfacesAttribute nowe wystąpienie klasy z typami, które mają być używane 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

Ten konstruktor umożliwia uwidocznienie ponad czterech interfejsów ź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, które ma być używane 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

Ten konstruktor umożliwia uwidocznienie pojedynczego interfejsu źródła zdarzeń klientom 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, które mają być używane 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

Ten konstruktor umożliwia uwidocznienie dwóch interfejsów ź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, które mają być używane 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

Ten konstruktor umożliwia uwidocznienie trzech interfejsów ź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, które mają być używane 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

Ten konstruktor umożliwia uwidocznienie czterech interfejsów źródła zdarzeń klientom COM.

Dotyczy