InheritedExportAttribute Oluşturucular

Tanım

InheritedExportAttribute sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Name Description
InheritedExportAttribute()

InheritedExportAttribute sınıfının yeni bir örneğini başlatır.

InheritedExportAttribute(String)

Belirtilen sözleşme adıyla sınıfının yeni bir örneğini InheritedExportAttribute başlatır.

InheritedExportAttribute(Type)

Belirtilen sözleşme türüyle sınıfının yeni bir örneğini InheritedExportAttribute başlatır.

InheritedExportAttribute(String, Type)

Belirtilen sözleşme adı ve türüyle sınıfının yeni bir örneğini InheritedExportAttribute başlatır.

InheritedExportAttribute()

Kaynak:
InheritedExportAttribute.cs
Kaynak:
InheritedExportAttribute.cs
Kaynak:
InheritedExportAttribute.cs
Kaynak:
InheritedExportAttribute.cs

InheritedExportAttribute sınıfının yeni bir örneğini başlatır.

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

Açıklamalar

Varsayılan sözleşme adı, bu öznitelikle işaretlenmiş türün kendisinde çağrılmasının AttributedModelServices.GetContractName(Type) sonucudur.

Sözleşme adı kullanılarak büyük/küçük harfe duyarlı, dilsel olmayan bir karşılaştırma kullanılarak StringComparer.Ordinalkarşılaştırılır.

Şunlara uygulanır

InheritedExportAttribute(String)

Kaynak:
InheritedExportAttribute.cs
Kaynak:
InheritedExportAttribute.cs
Kaynak:
InheritedExportAttribute.cs
Kaynak:
InheritedExportAttribute.cs

Belirtilen sözleşme adıyla sınıfının yeni bir örneğini InheritedExportAttribute başlatır.

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)

Parametreler

contractName
String

Sözleşmenin adı.

Açıklamalar

Varsayılan sözleşme adı, bu öznitelikle işaretlenen türün kendisinde çağrılmasının AttributedModelServices.GetContractName(Type) sonucudur.

Sözleşme adı kullanılarak büyük/küçük harfe duyarlı, dilsel olmayan bir karşılaştırma kullanılarak StringComparer.Ordinalkarşılaştırılır.

Şunlara uygulanır

InheritedExportAttribute(Type)

Kaynak:
InheritedExportAttribute.cs
Kaynak:
InheritedExportAttribute.cs
Kaynak:
InheritedExportAttribute.cs
Kaynak:
InheritedExportAttribute.cs

Belirtilen sözleşme türüyle sınıfının yeni bir örneğini InheritedExportAttribute başlatır.

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)

Parametreler

contractType
Type

Sözleşmenin türü.

Açıklamalar

Sözleşme adı, üzerinde AttributedModelServices.GetContractName(Type)çağrısının contractType sonucudur.

Varsayılan sözleşme adı, bu öznitelikle işaretlenmiş türün kendisinde çağrılmasının AttributedModelServices.GetContractName(Type) sonucudur.

Sözleşme adı kullanılarak büyük/küçük harfe duyarlı, dilsel olmayan bir karşılaştırma kullanılarak StringComparer.Ordinalkarşılaştırılır.

Şunlara uygulanır

InheritedExportAttribute(String, Type)

Kaynak:
InheritedExportAttribute.cs
Kaynak:
InheritedExportAttribute.cs
Kaynak:
InheritedExportAttribute.cs
Kaynak:
InheritedExportAttribute.cs

Belirtilen sözleşme adı ve türüyle sınıfının yeni bir örneğini InheritedExportAttribute başlatır.

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)

Parametreler

contractName
String

Sözleşmenin adı.

contractType
Type

Sözleşmenin türü.

Açıklamalar

Varsayılan sözleşme adı, bu öznitelikle işaretlenen türün kendisinde çağrılmasının AttributedModelServices.GetContractName(Type) sonucudur.

Sözleşme adı kullanılarak büyük/küçük harfe duyarlı, dilsel olmayan bir karşılaştırma kullanılarak StringComparer.Ordinalkarşılaştırılır.

Şunlara uygulanır