InheritedExportAttribute 생성자

정의

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

오버로드

Name Description
InheritedExportAttribute()

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

InheritedExportAttribute(String)

지정된 계약 이름을 사용하여 클래스의 InheritedExportAttribute 새 인스턴스를 초기화합니다.

InheritedExportAttribute(Type)

지정된 계약 형식을 사용하여 클래스의 InheritedExportAttribute 새 인스턴스를 초기화합니다.

InheritedExportAttribute(String, Type)

지정된 계약 이름 및 형식을 InheritedExportAttribute 사용하여 클래스의 새 인스턴스를 초기화합니다.

InheritedExportAttribute()

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

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

설명

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

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

적용 대상

InheritedExportAttribute(String)

지정된 계약 이름을 사용하여 클래스의 InheritedExportAttribute 새 인스턴스를 초기화합니다.

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

매개 변수

contractName
String

계약의 이름입니다.

설명

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

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

적용 대상

InheritedExportAttribute(Type)

지정된 계약 형식을 사용하여 클래스의 InheritedExportAttribute 새 인스턴스를 초기화합니다.

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

매개 변수

contractType
Type

계약의 형식입니다.

설명

계약 이름은 을 호출 AttributedModelServices.GetContractName(Type) 한 결과입니다 contractType.

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

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

적용 대상

InheritedExportAttribute(String, Type)

지정된 계약 이름 및 형식을 InheritedExportAttribute 사용하여 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

contractName
String

계약의 이름입니다.

contractType
Type

계약의 형식입니다.

설명

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

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

적용 대상