다음을 통해 공유


InheritedExportAttribute 생성자

정의

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

오버로드

InheritedExportAttribute()

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

InheritedExportAttribute(String)

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

InheritedExportAttribute(Type)

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

InheritedExportAttribute(String, Type)

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

InheritedExportAttribute()

Source:
InheritedExportAttribute.cs
Source:
InheritedExportAttribute.cs
Source:
InheritedExportAttribute.cs

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

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

설명

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

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

적용 대상

InheritedExportAttribute(String)

Source:
InheritedExportAttribute.cs
Source:
InheritedExportAttribute.cs
Source:
InheritedExportAttribute.cs

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

public:
 InheritedExportAttribute(System::String ^ contractName);
public InheritedExportAttribute (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)

Source:
InheritedExportAttribute.cs
Source:
InheritedExportAttribute.cs
Source:
InheritedExportAttribute.cs

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

public:
 InheritedExportAttribute(Type ^ contractType);
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)

Source:
InheritedExportAttribute.cs
Source:
InheritedExportAttribute.cs
Source:
InheritedExportAttribute.cs

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

public:
 InheritedExportAttribute(System::String ^ contractName, Type ^ contractType);
public InheritedExportAttribute (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비교됩니다.

적용 대상