다음을 통해 공유


ExportAttribute 생성자

정의

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

오버로드

ExportAttribute()

이 특성으로 표시된 형식이나 멤버를 기본 계약 이름으로 내보내 ExportAttribute 클래스의 새 인스턴스를 초기화합니다.

ExportAttribute(String)

이 특성으로 표시된 형식이나 멤버를 지정된 계약 이름으로 내보내 ExportAttribute 클래스의 새 인스턴스를 초기화합니다.

ExportAttribute(Type)

이 특성으로 표시된 형식이나 멤버를 지정된 형식에서 파생된 계약 이름으로 내보내 ExportAttribute 클래스의 새 인스턴스를 초기화합니다.

ExportAttribute(String, Type)

지정된 형식을 지정된 계약 이름으로 내보내 ExportAttribute 클래스의 새 인스턴스를 초기화합니다.

ExportAttribute()

Source:
ExportAttribute.cs
Source:
ExportAttribute.cs
Source:
ExportAttribute.cs

이 특성으로 표시된 형식이나 멤버를 기본 계약 이름으로 내보내 ExportAttribute 클래스의 새 인스턴스를 초기화합니다.

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

설명

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

이 특성으로 표시된 메서드는 또는 ExportAttribute(Type)를 사용하여 ExportAttribute(String) 계약 이름 또는 형식을 지정해야 합니다.

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

적용 대상

ExportAttribute(String)

Source:
ExportAttribute.cs
Source:
ExportAttribute.cs
Source:
ExportAttribute.cs

이 특성으로 표시된 형식이나 멤버를 지정된 계약 이름으로 내보내 ExportAttribute 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

contractName
String

이 특성으로 표시된 형식이나 멤버를 내보내는 데 사용되는 계약 이름이거나, 기본 계약 이름을 사용할 경우 null 또는 빈 문자열("")입니다.

설명

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

이 특성으로 표시된 메서드는 또는 ExportAttribute(Type)를 사용하여 ExportAttribute(String) 계약 이름 또는 형식을 지정해야 합니다.

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

적용 대상

ExportAttribute(Type)

Source:
ExportAttribute.cs
Source:
ExportAttribute.cs
Source:
ExportAttribute.cs

이 특성으로 표시된 형식이나 멤버를 지정된 형식에서 파생된 계약 이름으로 내보내 ExportAttribute 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

contractType
Type

이 특성으로 표시된 형식이나 멤버를 내보내는 데 사용되는 계약 이름이 파생되는 형식이거나, 기본 계약 이름을 사용할 경우 null입니다.

설명

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

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

이 특성으로 표시된 메서드는 또는 ExportAttribute(Type)를 사용하여 ExportAttribute(String) 계약 이름 또는 형식을 지정해야 합니다.

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

적용 대상

ExportAttribute(String, Type)

Source:
ExportAttribute.cs
Source:
ExportAttribute.cs
Source:
ExportAttribute.cs

지정된 형식을 지정된 계약 이름으로 내보내 ExportAttribute 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

contractName
String

이 특성으로 표시된 형식이나 멤버를 내보내는 데 사용되는 계약 이름이거나, 기본 계약 이름을 사용할 경우 null 또는 빈 문자열("")입니다.

contractType
Type

내보낼 형식입니다.

설명

기본 계약 이름은 속성 또는 필드 형식 또는 이 특성으로 표시된 형식 자체에서 를 호출 AttributedModelServices.GetContractName(Type) 한 결과입니다.

계약 이름은 를 사용하여 대/소문자를 구분하고 언어가 아닌 비교를 사용하여 StringComparer.Ordinal비교됩니다.

적용 대상