ComSourceInterfacesAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci ComSourceInterfacesAttribute třídy.
Přetížení
ComSourceInterfacesAttribute(String) |
Inicializuje novou instanci ComSourceInterfacesAttribute třídy s názvem rozhraní zdroje událostí. |
ComSourceInterfacesAttribute(Type) |
Inicializuje novou instanci ComSourceInterfacesAttribute třídy s typem, který se má použít jako zdrojové rozhraní. |
ComSourceInterfacesAttribute(Type, Type) |
Inicializuje novou instanci ComSourceInterfacesAttribute třídy s typy, které se mají použít jako zdrojová rozhraní. |
ComSourceInterfacesAttribute(Type, Type, Type) |
Inicializuje novou instanci |
ComSourceInterfacesAttribute(Type, Type, Type, Type) |
Inicializuje novou instanci ComSourceInterfacesAttribute třídy s typy, které se mají použít jako zdrojová rozhraní. |
ComSourceInterfacesAttribute(String)
Inicializuje novou instanci ComSourceInterfacesAttribute třídy s názvem rozhraní zdroje událostí.
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
Seznam plně kvalifikovaných názvů zdrojových rozhraní událostí s oddělovači null.
Poznámky
Pomocí tohoto konstruktoru můžete klientům modelu COM zpřístupnit více než čtyři rozhraní zdroje událostí.
Platí pro
ComSourceInterfacesAttribute(Type)
Inicializuje novou instanci ComSourceInterfacesAttribute třídy s typem, který se má použít jako zdrojové rozhraní.
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
Poznámky
Pomocí tohoto konstruktoru můžete klientům modelu COM zpřístupnit jedno rozhraní zdroje událostí.
Platí pro
ComSourceInterfacesAttribute(Type, Type)
Inicializuje novou instanci ComSourceInterfacesAttribute třídy s typy, které se mají použít jako zdrojová rozhraní.
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
Poznámky
Pomocí tohoto konstruktoru můžete klientům modelu COM zpřístupnit dvě rozhraní zdroje událostí.
Platí pro
ComSourceInterfacesAttribute(Type, Type, Type)
Inicializuje novou instanci ComSourceInterfacesAttribute
třídy s typy, které se mají použít jako zdrojová rozhraní.
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
Poznámky
Pomocí tohoto konstruktoru můžete klientům modelu COM zpřístupnit tři rozhraní zdroje událostí.
Platí pro
ComSourceInterfacesAttribute(Type, Type, Type, Type)
Inicializuje novou instanci ComSourceInterfacesAttribute třídy s typy, které se mají použít jako zdrojová rozhraní.
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
Poznámky
Pomocí tohoto konstruktoru můžete klientům modelu COM zpřístupnit čtyři rozhraní zdroje událostí.