PartBuilder.ExportProperties メソッド

定義

エクスポートする必要がある一致する型のプロパティのセットを指定します。

オーバーロード

名前 説明
ExportProperties(Predicate<PropertyInfo>, Action<PropertyInfo,ExportBuilder>)

エクスポートする必要がある一致する型のプロパティのセットを指定し、それらのエクスポートの構成情報を提供します。

ExportProperties(Predicate<PropertyInfo>)

一致する型にエクスポートする必要があるプロパティのセットを指定します。

ExportProperties<T>(Predicate<PropertyInfo>)

指定したコントラクト型を使用して、エクスポートする必要がある一致する型のプロパティのセットを指定します。

ExportProperties<T>(Predicate<PropertyInfo>, Action<PropertyInfo,ExportBuilder>)

指定したコントラクト型を使用してエクスポートする必要がある一致する型のプロパティのセットを指定し、結果のエクスポートの構成情報を提供します。

ExportProperties(Predicate<PropertyInfo>, Action<PropertyInfo,ExportBuilder>)

エクスポートする必要がある一致する型のプロパティのセットを指定し、それらのエクスポートの構成情報を提供します。

public:
 System::ComponentModel::Composition::Registration::PartBuilder ^ ExportProperties(Predicate<System::Reflection::PropertyInfo ^> ^ propertyFilter, Action<System::Reflection::PropertyInfo ^, System::ComponentModel::Composition::Registration::ExportBuilder ^> ^ exportConfiguration);
public System.ComponentModel.Composition.Registration.PartBuilder ExportProperties(Predicate<System.Reflection.PropertyInfo> propertyFilter, Action<System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ExportBuilder> exportConfiguration);
member this.ExportProperties : Predicate<System.Reflection.PropertyInfo> * Action<System.Reflection.PropertyInfo, System.ComponentModel.Composition.Registration.ExportBuilder> -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ExportProperties (propertyFilter As Predicate(Of PropertyInfo), exportConfiguration As Action(Of PropertyInfo, ExportBuilder)) As PartBuilder

パラメーター

propertyFilter
Predicate<PropertyInfo>

プロパティのセットを指定する述語。

exportConfiguration
Action<PropertyInfo,ExportBuilder>

エクスポートに関する構成情報を含むオブジェクト。 既定値は null です。

返品

チェーンを許可する現在のオブジェクト。

例外

propertyFilternullです。

適用対象

ExportProperties(Predicate<PropertyInfo>)

一致する型にエクスポートする必要があるプロパティのセットを指定します。

public:
 System::ComponentModel::Composition::Registration::PartBuilder ^ ExportProperties(Predicate<System::Reflection::PropertyInfo ^> ^ propertyFilter);
public System.ComponentModel.Composition.Registration.PartBuilder ExportProperties(Predicate<System.Reflection.PropertyInfo> propertyFilter);
member this.ExportProperties : Predicate<System.Reflection.PropertyInfo> -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ExportProperties (propertyFilter As Predicate(Of PropertyInfo)) As PartBuilder

パラメーター

propertyFilter
Predicate<PropertyInfo>

プロパティのセットを指定する述語。

返品

チェーンを許可する現在のオブジェクト。

例外

propertyFilternullです。

適用対象

ExportProperties<T>(Predicate<PropertyInfo>)

指定したコントラクト型を使用して、エクスポートする必要がある一致する型のプロパティのセットを指定します。

public:
generic <typename T>
 System::ComponentModel::Composition::Registration::PartBuilder ^ ExportProperties(Predicate<System::Reflection::PropertyInfo ^> ^ propertyFilter);
public System.ComponentModel.Composition.Registration.PartBuilder ExportProperties<T>(Predicate<System.Reflection.PropertyInfo> propertyFilter);
member this.ExportProperties : Predicate<System.Reflection.PropertyInfo> -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ExportProperties(Of T) (propertyFilter As Predicate(Of PropertyInfo)) As PartBuilder

型パラメーター

T

コントラクトの種類。

パラメーター

propertyFilter
Predicate<PropertyInfo>

プロパティのセットを指定する述語。

返品

チェーンを許可する現在のオブジェクト。

例外

propertyFilternullです。

適用対象

ExportProperties<T>(Predicate<PropertyInfo>, Action<PropertyInfo,ExportBuilder>)

指定したコントラクト型を使用してエクスポートする必要がある一致する型のプロパティのセットを指定し、結果のエクスポートの構成情報を提供します。

public:
generic <typename T>
 System::ComponentModel::Composition::Registration::PartBuilder ^ ExportProperties(Predicate<System::Reflection::PropertyInfo ^> ^ propertyFilter, Action<System::Reflection::PropertyInfo ^, System::ComponentModel::Composition::Registration::ExportBuilder ^> ^ exportConfiguration);
public System.ComponentModel.Composition.Registration.PartBuilder ExportProperties<T>(Predicate<System.Reflection.PropertyInfo> propertyFilter, Action<System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ExportBuilder> exportConfiguration);
member this.ExportProperties : Predicate<System.Reflection.PropertyInfo> * Action<System.Reflection.PropertyInfo, System.ComponentModel.Composition.Registration.ExportBuilder> -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ExportProperties(Of T) (propertyFilter As Predicate(Of PropertyInfo), exportConfiguration As Action(Of PropertyInfo, ExportBuilder)) As PartBuilder

型パラメーター

T

コントラクトの種類。

パラメーター

propertyFilter
Predicate<PropertyInfo>

プロパティのセットを指定する述語。

exportConfiguration
Action<PropertyInfo,ExportBuilder>

エクスポートに関する構成情報を含むオブジェクト。 既定値は null です。

返品

チェーンを許可する現在のオブジェクト。

例外

propertyFilternullです。

適用対象