PartBuilder.ExportProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エクスポートする必要がある一致する型のプロパティのセットを指定します。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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 です。
返品
チェーンを許可する現在のオブジェクト。
例外
propertyFilter は nullです。
適用対象
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>
プロパティのセットを指定する述語。
返品
チェーンを許可する現在のオブジェクト。
例外
propertyFilter は nullです。
適用対象
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>
プロパティのセットを指定する述語。
返品
チェーンを許可する現在のオブジェクト。
例外
propertyFilter は nullです。
適用対象
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 です。
返品
チェーンを許可する現在のオブジェクト。
例外
propertyFilter は nullです。