PartBuilder.ImportProperties 메서드

정의

가져와야 하는 일치하는 형식의 속성 집합을 지정합니다.

오버로드

Name Description
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>

속성 집합을 지정하는 조건자입니다.

반품

체인을 허용하는 현재 개체입니다.

예외

propertyFilternull입니다.

적용 대상

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입니다.

반품

체인을 허용하는 현재 개체입니다.

예외

propertyFilternull입니다.

적용 대상

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>

속성 집합을 지정하는 조건자입니다.

반품

체인을 허용하는 현재 개체입니다.

예외

propertyFilternull입니다.

적용 대상

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입니다.

반품

체인을 허용하는 현재 개체입니다.

예외

propertyFilternull입니다.

적용 대상