Aracılığıyla paylaş


PartBuilder<T>.ExportProperty Yöntem

Tanım

Dışarı aktarılacak bir özellik belirtir.

Aşırı Yüklemeler

ExportProperty(Expression<Func<T,Object>>)

Dışarı aktarılacak bir özellik belirtir.

ExportProperty(Expression<Func<T,Object>>, Action<ExportBuilder>)

Dışarı aktarılacak bir özelliği belirtir ve sonuçta elde edilen dışarı aktarma için yapılandırma bilgileri sağlar.

ExportProperty<TContract>(Expression<Func<T,Object>>)

Belirtilen sözleşme türü olarak dışarı aktarılacak bir özellik belirtir.

ExportProperty<TContract>(Expression<Func<T,Object>>, Action<ExportBuilder>)

Belirtilen sözleşme türü olarak dışarı aktarılacak bir özellik belirtir ve sonuçta elde edilen dışarı aktarma için yapılandırma bilgileri sağlar.

ExportProperty(Expression<Func<T,Object>>)

Kaynak:
PartBuilderOfT.cs
Kaynak:
PartBuilderOfT.cs
Kaynak:
PartBuilderOfT.cs
Kaynak:
PartBuilderOfT.cs

Dışarı aktarılacak bir özellik belirtir.

public:
 System::ComponentModel::Composition::Registration::PartBuilder<T> ^ ExportProperty(System::Linq::Expressions::Expression<Func<T, System::Object ^> ^> ^ propertyFilter);
public System.ComponentModel.Composition.Registration.PartBuilder<T> ExportProperty (System.Linq.Expressions.Expression<Func<T,object>> propertyFilter);
member this.ExportProperty : System.Linq.Expressions.Expression<Func<'T, obj>> -> System.ComponentModel.Composition.Registration.PartBuilder<'T>
Public Function ExportProperty (propertyFilter As Expression(Of Func(Of T, Object))) As PartBuilder(Of T)

Parametreler

propertyFilter
Expression<Func<T,Object>>

Hedef özelliğe başvuruyla sonuçlayan ifade.

Döndürülenler

Zincirleme izin vermek için geçerli nesne.

Özel durumlar

propertyFilter null.

Şunlara uygulanır

ExportProperty(Expression<Func<T,Object>>, Action<ExportBuilder>)

Kaynak:
PartBuilderOfT.cs
Kaynak:
PartBuilderOfT.cs
Kaynak:
PartBuilderOfT.cs
Kaynak:
PartBuilderOfT.cs

Dışarı aktarılacak bir özelliği belirtir ve sonuçta elde edilen dışarı aktarma için yapılandırma bilgileri sağlar.

public:
 System::ComponentModel::Composition::Registration::PartBuilder<T> ^ ExportProperty(System::Linq::Expressions::Expression<Func<T, System::Object ^> ^> ^ propertyFilter, Action<System::ComponentModel::Composition::Registration::ExportBuilder ^> ^ exportConfiguration);
public System.ComponentModel.Composition.Registration.PartBuilder<T> ExportProperty (System.Linq.Expressions.Expression<Func<T,object>> propertyFilter, Action<System.ComponentModel.Composition.Registration.ExportBuilder> exportConfiguration);
member this.ExportProperty : System.Linq.Expressions.Expression<Func<'T, obj>> * Action<System.ComponentModel.Composition.Registration.ExportBuilder> -> System.ComponentModel.Composition.Registration.PartBuilder<'T>
Public Function ExportProperty (propertyFilter As Expression(Of Func(Of T, Object)), exportConfiguration As Action(Of ExportBuilder)) As PartBuilder(Of T)

Parametreler

propertyFilter
Expression<Func<T,Object>>

Hedef özelliğe başvuruyla sonuçlayan ifade.

exportConfiguration
Action<ExportBuilder>

Dışarı aktarma hakkında yapılandırma bilgilerini içeren bir nesne. Varsayılan değer null.

Döndürülenler

Zincirleme izin vermek için geçerli nesne.

Özel durumlar

propertyFilter null.

Şunlara uygulanır

ExportProperty<TContract>(Expression<Func<T,Object>>)

Kaynak:
PartBuilderOfT.cs
Kaynak:
PartBuilderOfT.cs
Kaynak:
PartBuilderOfT.cs
Kaynak:
PartBuilderOfT.cs

Belirtilen sözleşme türü olarak dışarı aktarılacak bir özellik belirtir.

public:
generic <typename TContract>
 System::ComponentModel::Composition::Registration::PartBuilder<T> ^ ExportProperty(System::Linq::Expressions::Expression<Func<T, System::Object ^> ^> ^ propertyFilter);
public System.ComponentModel.Composition.Registration.PartBuilder<T> ExportProperty<TContract> (System.Linq.Expressions.Expression<Func<T,object>> propertyFilter);
member this.ExportProperty : System.Linq.Expressions.Expression<Func<'T, obj>> -> System.ComponentModel.Composition.Registration.PartBuilder<'T>
Public Function ExportProperty(Of TContract) (propertyFilter As Expression(Of Func(Of T, Object))) As PartBuilder(Of T)

Tür Parametreleri

TContract

Sözleşmenin türü.

Parametreler

propertyFilter
Expression<Func<T,Object>>

Hedef özelliğe başvuruyla sonuçlayan ifade.

Döndürülenler

Zincirleme izin vermek için geçerli nesne.

Özel durumlar

propertyFilter null.

Şunlara uygulanır

ExportProperty<TContract>(Expression<Func<T,Object>>, Action<ExportBuilder>)

Kaynak:
PartBuilderOfT.cs
Kaynak:
PartBuilderOfT.cs
Kaynak:
PartBuilderOfT.cs
Kaynak:
PartBuilderOfT.cs

Belirtilen sözleşme türü olarak dışarı aktarılacak bir özellik belirtir ve sonuçta elde edilen dışarı aktarma için yapılandırma bilgileri sağlar.

public:
generic <typename TContract>
 System::ComponentModel::Composition::Registration::PartBuilder<T> ^ ExportProperty(System::Linq::Expressions::Expression<Func<T, System::Object ^> ^> ^ propertyFilter, Action<System::ComponentModel::Composition::Registration::ExportBuilder ^> ^ exportConfiguration);
public System.ComponentModel.Composition.Registration.PartBuilder<T> ExportProperty<TContract> (System.Linq.Expressions.Expression<Func<T,object>> propertyFilter, Action<System.ComponentModel.Composition.Registration.ExportBuilder> exportConfiguration);
member this.ExportProperty : System.Linq.Expressions.Expression<Func<'T, obj>> * Action<System.ComponentModel.Composition.Registration.ExportBuilder> -> System.ComponentModel.Composition.Registration.PartBuilder<'T>
Public Function ExportProperty(Of TContract) (propertyFilter As Expression(Of Func(Of T, Object)), exportConfiguration As Action(Of ExportBuilder)) As PartBuilder(Of T)

Tür Parametreleri

TContract

Sözleşmenin türü.

Parametreler

propertyFilter
Expression<Func<T,Object>>

Hedef özelliğe başvuruyla sonuçlayan ifade.

exportConfiguration
Action<ExportBuilder>

Dışarı aktarma hakkında yapılandırma bilgilerini içeren bir nesne. Varsayılan değer null.

Döndürülenler

Zincirleme izin vermek için geçerli nesne.

Özel durumlar

propertyFilter null.

Şunlara uygulanır