PartBuilder.ImportProperties 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依對應型別指定一組應匯入的屬性。
多載
ImportProperties(Predicate<PropertyInfo>) |
依對應型別指定一組應匯入的屬性。 |
ImportProperties(Predicate<PropertyInfo>, Action<PropertyInfo,ImportBuilder>) |
依照對應型別指定一組應標示為匯入的屬性,並提供匯入結果的組態資訊。 |
ImportProperties<T>(Predicate<PropertyInfo>) |
使用指定的合約類型,依照相符型別指定一組應標示為匯入的屬性。 |
ImportProperties<T>(Predicate<PropertyInfo>, Action<PropertyInfo,ImportBuilder>) |
依對應型別指定一組應標示為匯入的屬性,並提供匯入結果的組態資訊。 |
ImportProperties(Predicate<PropertyInfo>)
依對應型別指定一組應匯入的屬性。
public:
System::ComponentModel::Composition::Registration::PartBuilder ^ ImportProperties(Predicate<System::Reflection::PropertyInfo ^> ^ propertyFilter);
public System.ComponentModel.Composition.Registration.PartBuilder ImportProperties (Predicate<System.Reflection.PropertyInfo> propertyFilter);
member this.ImportProperties : Predicate<System.Reflection.PropertyInfo> -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ImportProperties (propertyFilter As Predicate(Of PropertyInfo)) As PartBuilder
參數
- propertyFilter
- Predicate<PropertyInfo>
指定一組屬性的述詞。
傳回
目前的物件,用於允許鏈結。
例外狀況
propertyFilter
為 null
。
適用於
ImportProperties(Predicate<PropertyInfo>, Action<PropertyInfo,ImportBuilder>)
依照對應型別指定一組應標示為匯入的屬性,並提供匯入結果的組態資訊。
public:
System::ComponentModel::Composition::Registration::PartBuilder ^ ImportProperties(Predicate<System::Reflection::PropertyInfo ^> ^ propertyFilter, Action<System::Reflection::PropertyInfo ^, System::ComponentModel::Composition::Registration::ImportBuilder ^> ^ importConfiguration);
public System.ComponentModel.Composition.Registration.PartBuilder ImportProperties (Predicate<System.Reflection.PropertyInfo> propertyFilter, Action<System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ImportBuilder> importConfiguration);
member this.ImportProperties : Predicate<System.Reflection.PropertyInfo> * Action<System.Reflection.PropertyInfo, System.ComponentModel.Composition.Registration.ImportBuilder> -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ImportProperties (propertyFilter As Predicate(Of PropertyInfo), importConfiguration As Action(Of PropertyInfo, ImportBuilder)) As PartBuilder
參數
- propertyFilter
- Predicate<PropertyInfo>
指定一組屬性的述詞。
- importConfiguration
- Action<PropertyInfo,ImportBuilder>
包含匯入相關組態資訊的物件。 預設值是 null
。
傳回
目前的物件,用於允許鏈結。
例外狀況
propertyFilter
為 null
。
適用於
ImportProperties<T>(Predicate<PropertyInfo>)
使用指定的合約類型,依照相符型別指定一組應標示為匯入的屬性。
public:
generic <typename T>
System::ComponentModel::Composition::Registration::PartBuilder ^ ImportProperties(Predicate<System::Reflection::PropertyInfo ^> ^ propertyFilter);
public System.ComponentModel.Composition.Registration.PartBuilder ImportProperties<T> (Predicate<System.Reflection.PropertyInfo> propertyFilter);
member this.ImportProperties : Predicate<System.Reflection.PropertyInfo> -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ImportProperties(Of T) (propertyFilter As Predicate(Of PropertyInfo)) As PartBuilder
類型參數
- T
合約的型別。
參數
- propertyFilter
- Predicate<PropertyInfo>
指定一組屬性的述詞。
傳回
目前的物件,用於允許鏈結。
例外狀況
propertyFilter
為 null
。
適用於
ImportProperties<T>(Predicate<PropertyInfo>, Action<PropertyInfo,ImportBuilder>)
依對應型別指定一組應標示為匯入的屬性,並提供匯入結果的組態資訊。
public:
generic <typename T>
System::ComponentModel::Composition::Registration::PartBuilder ^ ImportProperties(Predicate<System::Reflection::PropertyInfo ^> ^ propertyFilter, Action<System::Reflection::PropertyInfo ^, System::ComponentModel::Composition::Registration::ImportBuilder ^> ^ importConfiguration);
public System.ComponentModel.Composition.Registration.PartBuilder ImportProperties<T> (Predicate<System.Reflection.PropertyInfo> propertyFilter, Action<System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ImportBuilder> importConfiguration);
member this.ImportProperties : Predicate<System.Reflection.PropertyInfo> * Action<System.Reflection.PropertyInfo, System.ComponentModel.Composition.Registration.ImportBuilder> -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ImportProperties(Of T) (propertyFilter As Predicate(Of PropertyInfo), importConfiguration As Action(Of PropertyInfo, ImportBuilder)) As PartBuilder
類型參數
- T
合約的型別。
參數
- propertyFilter
- Predicate<PropertyInfo>
指定一組屬性的述詞。
- importConfiguration
- Action<PropertyInfo,ImportBuilder>
包含匯入相關組態資訊的物件。 預設值是 null
。
傳回
目前的物件,用於允許鏈結。
例外狀況
propertyFilter
為 null
。