ImportManyAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ImportManyAttribute 클래스의 새 인스턴스를 초기화합니다.
오버로드
ImportManyAttribute() |
기본 계약 이름을 사용하여 내보내기 집합을 가져와 ImportManyAttribute 클래스의 새 인스턴스를 초기화합니다. |
ImportManyAttribute(String) |
지정된 계약 이름을 사용하여 내보내기 집합을 가져와 ImportManyAttribute 클래스의 새 인스턴스를 초기화합니다. |
ImportManyAttribute(Type) |
지정된 형식에서 파생된 계약 이름을 사용하여 내보내기 집합을 가져와 ImportManyAttribute 클래스의 새 인스턴스를 초기화합니다. |
ImportManyAttribute(String, Type) |
지정된 계약 이름과 형식을 사용하여 내보내기 집합을 가져와 ImportManyAttribute 클래스의 새 인스턴스를 초기화합니다. |
ImportManyAttribute()
- 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
지정된 계약 이름을 사용하여 내보내기 집합을 가져와 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
지정된 형식에서 파생된 계약 이름을 사용하여 내보내기 집합을 가져와 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
지정된 계약 이름과 형식을 사용하여 내보내기 집합을 가져와 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
가져올 내보내기의 형식입니다.
적용 대상
.NET