다음을 통해 공유


ImportManyAttribute 생성자

정의

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

오버로드

Name Description
ImportManyAttribute()

기본 계약 이름을 사용하여 내보내기 집합을 가져와 클래스의 새 인스턴스 ImportManyAttribute 를 초기화합니다.

ImportManyAttribute(String)

지정된 계약 이름으로 내보내기 집합을 가져와 클래스의 새 인스턴스 ImportManyAttribute 를 초기화합니다.

ImportManyAttribute(Type)

지정된 형식에서 파생된 계약 이름을 사용하여 내보내기 집합을 가져와 클래스의 새 인스턴스 ImportManyAttribute 를 초기화합니다.

ImportManyAttribute(String, Type)

지정된 계약 이름 및 계약 유형을 사용하여 내보내기 집합을 가져와 클래스의 새 인스턴스 ImportManyAttribute 를 초기화합니다.

ImportManyAttribute()

Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs

기본 계약 이름을 사용하여 내보내기 집합을 가져와 클래스의 새 인스턴스 ImportManyAttribute 를 초기화합니다.

public:
 ImportManyAttribute();
public ImportManyAttribute();
Public Sub New ()

설명

기본 계약 이름은 이 특성으로 표시된 속성, 필드 또는 매개 변수 형식에서 메서드를 호출 GetContractName 한 결과입니다.

계약 이름은 대/소문자를 구분하는 비언어적 비교를 수행하기 위해 속성을 사용하여 Ordinal 비교됩니다.

적용 대상

ImportManyAttribute(String)

Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs

지정된 계약 이름으로 내보내기 집합을 가져와 클래스의 새 인스턴스 ImportManyAttribute 를 초기화합니다.

public:
 ImportManyAttribute(System::String ^ contractName);
public ImportManyAttribute(string? contractName);
public ImportManyAttribute(string contractName);
new System.ComponentModel.Composition.ImportManyAttribute : string -> System.ComponentModel.Composition.ImportManyAttribute
Public Sub New (contractName As String)

매개 변수

contractName
String

가져올 내보내기의 계약 이름 또는 null 기본 계약 이름을 사용할 빈 문자열("")입니다.

설명

기본 계약 이름은 이 특성으로 표시된 속성, 필드 또는 매개 변수 형식에서 메서드를 호출 GetContractName 한 결과입니다.

계약 이름은 대/소문자를 구분하는 비언어적 비교를 수행하기 위해 속성을 사용하여 Ordinal 비교됩니다.

적용 대상

ImportManyAttribute(Type)

Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs

지정된 형식에서 파생된 계약 이름을 사용하여 내보내기 집합을 가져와 클래스의 새 인스턴스 ImportManyAttribute 를 초기화합니다.

public:
 ImportManyAttribute(Type ^ contractType);
public ImportManyAttribute(Type? contractType);
public ImportManyAttribute(Type contractType);
new System.ComponentModel.Composition.ImportManyAttribute : Type -> System.ComponentModel.Composition.ImportManyAttribute
Public Sub New (contractType As Type)

매개 변수

contractType
Type

가져올 내보내기의 계약 이름을 파생하거나 null 기본 계약 이름을 사용할 형식입니다.

설명

계약 이름은 메서드를 호출한 GetContractName 결과입니다 contractType.

기본 계약 이름은 이 특성으로 표시된 속성, 필드 또는 매개 변수 형식에서 메서드를 호출 GetContractName 한 결과입니다.

계약 이름은 대/소문자를 구분하는 비언어적 비교를 수행하기 위해 속성을 사용하여 Ordinal 비교됩니다.

적용 대상

ImportManyAttribute(String, Type)

Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs

지정된 계약 이름 및 계약 유형을 사용하여 내보내기 집합을 가져와 클래스의 새 인스턴스 ImportManyAttribute 를 초기화합니다.

public:
 ImportManyAttribute(System::String ^ contractName, Type ^ contractType);
public ImportManyAttribute(string? contractName, Type? contractType);
public ImportManyAttribute(string contractName, Type contractType);
new System.ComponentModel.Composition.ImportManyAttribute : string * Type -> System.ComponentModel.Composition.ImportManyAttribute
Public Sub New (contractName As String, contractType As Type)

매개 변수

contractName
String

가져올 내보내기의 계약 이름 또는 null 기본 계약 이름을 사용할 빈 문자열("")입니다.

contractType
Type

가져올 내보내기의 형식입니다.

적용 대상