다음을 통해 공유


ComSourceInterfacesAttribute 생성자

정의

ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

ComSourceInterfacesAttribute(String)

이벤트 소스 인터페이스의 이름을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다.

ComSourceInterfacesAttribute(Type)

소스 인터페이스로 사용할 형식을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다.

ComSourceInterfacesAttribute(Type, Type)

소스 인터페이스로 사용할 형식을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다.

ComSourceInterfacesAttribute(Type, Type, Type)

소스 인터페이스로 사용할 형식을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다.

ComSourceInterfacesAttribute(Type, Type, Type, Type)

소스 인터페이스로 사용할 형식을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다.

ComSourceInterfacesAttribute(String)

Source:
ComSourceInterfacesAttribute.cs
Source:
ComSourceInterfacesAttribute.cs
Source:
ComSourceInterfacesAttribute.cs

이벤트 소스 인터페이스의 이름을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

sourceInterfaces
String

정규화된 이벤트 소스 인터페이스 이름의 null 구분 목록입니다.

설명

이 생성자를 사용하여 COM 클라이언트에 4개 이상의 이벤트 원본 인터페이스를 노출합니다.

적용 대상

ComSourceInterfacesAttribute(Type)

Source:
ComSourceInterfacesAttribute.cs
Source:
ComSourceInterfacesAttribute.cs
Source:
ComSourceInterfacesAttribute.cs

소스 인터페이스로 사용할 형식을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 ComSourceInterfacesAttribute(Type ^ sourceInterface);
public ComSourceInterfacesAttribute (Type sourceInterface);
new System.Runtime.InteropServices.ComSourceInterfacesAttribute : Type -> System.Runtime.InteropServices.ComSourceInterfacesAttribute
Public Sub New (sourceInterface As Type)

매개 변수

sourceInterface
Type

소스 인터페이스의 Type입니다.

설명

이 생성자를 사용하여 COM 클라이언트에 단일 이벤트 원본 인터페이스를 노출합니다.

적용 대상

ComSourceInterfacesAttribute(Type, Type)

Source:
ComSourceInterfacesAttribute.cs
Source:
ComSourceInterfacesAttribute.cs
Source:
ComSourceInterfacesAttribute.cs

소스 인터페이스로 사용할 형식을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

sourceInterface1
Type

기본 소스 인터페이스의 Type입니다.

sourceInterface2
Type

소스 인터페이스의 Type입니다.

설명

이 생성자를 사용하여 COM 클라이언트에 두 개의 이벤트 원본 인터페이스를 노출합니다.

적용 대상

ComSourceInterfacesAttribute(Type, Type, Type)

Source:
ComSourceInterfacesAttribute.cs
Source:
ComSourceInterfacesAttribute.cs
Source:
ComSourceInterfacesAttribute.cs

소스 인터페이스로 사용할 형식을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

sourceInterface1
Type

기본 소스 인터페이스의 Type입니다.

sourceInterface2
Type

소스 인터페이스의 Type입니다.

sourceInterface3
Type

소스 인터페이스의 Type입니다.

설명

이 생성자를 사용하여 COM 클라이언트에 세 개의 이벤트 원본 인터페이스를 노출합니다.

적용 대상

ComSourceInterfacesAttribute(Type, Type, Type, Type)

Source:
ComSourceInterfacesAttribute.cs
Source:
ComSourceInterfacesAttribute.cs
Source:
ComSourceInterfacesAttribute.cs

소스 인터페이스로 사용할 형식을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

sourceInterface1
Type

기본 소스 인터페이스의 Type입니다.

sourceInterface2
Type

소스 인터페이스의 Type입니다.

sourceInterface3
Type

소스 인터페이스의 Type입니다.

sourceInterface4
Type

소스 인터페이스의 Type입니다.

설명

이 생성자를 사용하여 4개의 이벤트 원본 인터페이스를 COM 클라이언트에 노출합니다.

적용 대상