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
。