ComSourceInterfacesAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다.
오버로드
ComSourceInterfacesAttribute(String) |
이벤트 소스 인터페이스의 이름을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다. |
ComSourceInterfacesAttribute(Type) |
소스 인터페이스로 사용할 형식을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다. |
ComSourceInterfacesAttribute(Type, Type) |
소스 인터페이스로 사용할 형식을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다. |
ComSourceInterfacesAttribute(Type, Type, Type) |
소스 인터페이스로 사용할 형식을 사용하여 |
ComSourceInterfacesAttribute(Type, Type, Type, Type) |
소스 인터페이스로 사용할 형식을 사용하여 ComSourceInterfacesAttribute 클래스의 새 인스턴스를 초기화합니다. |
ComSourceInterfacesAttribute(String)
이벤트 소스 인터페이스의 이름을 사용하여 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)
소스 인터페이스로 사용할 형식을 사용하여 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)
매개 변수
설명
이 생성자를 사용하여 COM 클라이언트에 단일 이벤트 원본 인터페이스를 노출합니다.
적용 대상
ComSourceInterfacesAttribute(Type, Type)
소스 인터페이스로 사용할 형식을 사용하여 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)
매개 변수
설명
이 생성자를 사용하여 COM 클라이언트에 두 개의 이벤트 원본 인터페이스를 노출합니다.
적용 대상
ComSourceInterfacesAttribute(Type, Type, Type)
소스 인터페이스로 사용할 형식을 사용하여 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)
매개 변수
설명
이 생성자를 사용하여 COM 클라이언트에 세 개의 이벤트 원본 인터페이스를 노출합니다.
적용 대상
ComSourceInterfacesAttribute(Type, Type, Type, Type)
소스 인터페이스로 사용할 형식을 사용하여 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)
매개 변수
설명
이 생성자를 사용하여 COM 클라이언트에 4개의 이벤트 원본 인터페이스를 노출합니다.
적용 대상
.NET