다음을 통해 공유


PartBuilder.ImportProperties 메서드

정의

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

오버로드

ImportProperties(Predicate<PropertyInfo>)

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

ImportProperties(Predicate<PropertyInfo>, Action<PropertyInfo,ImportBuilder>)

가져오기로 표시해야 하는 속성의 집합을 일치하는 형식에서 지정하고 결과에 따라 가져오기 위한 구성 정보를 제공합니다.

ImportProperties<T>(Predicate<PropertyInfo>)

지정한 계약 형식을 사용하여 가져오기로 표시해야 하는 속성의 집합을 일치하는 형식에서 지정합니다.

ImportProperties<T>(Predicate<PropertyInfo>, Action<PropertyInfo,ImportBuilder>)

지정한 계약 형식을 사용하여 가져오기로 표시해야 하는 속성의 집합을 일치하는 형식에서 지정하고 결과에 따라 가져오기 위한 구성 정보를 제공합니다.

ImportProperties(Predicate<PropertyInfo>)

Source:
PartBuilder.cs
Source:
PartBuilder.cs
Source:
PartBuilder.cs

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

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>)

Source:
PartBuilder.cs
Source:
PartBuilder.cs
Source:
PartBuilder.cs

가져오기로 표시해야 하는 속성의 집합을 일치하는 형식에서 지정하고 결과에 따라 가져오기 위한 구성 정보를 제공합니다.

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>)

Source:
PartBuilder.cs
Source:
PartBuilder.cs
Source:
PartBuilder.cs

지정한 계약 형식을 사용하여 가져오기로 표시해야 하는 속성의 집합을 일치하는 형식에서 지정합니다.

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>)

Source:
PartBuilder.cs
Source:
PartBuilder.cs
Source:
PartBuilder.cs

지정한 계약 형식을 사용하여 가져오기로 표시해야 하는 속성의 집합을 일치하는 형식에서 지정하고 결과에 따라 가져오기 위한 구성 정보를 제공합니다.

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인 경우

적용 대상