RegistrationBuilder.ForTypesMatching メソッド

定義

オーバーロード

名前 説明
ForTypesMatching(Predicate<Type>)

指定した述語に一致するすべての型に適用できる規則を表すオブジェクトを取得します。

ForTypesMatching<T>(Predicate<Type>)

指定した述語に一致するすべての型に適用できる規則を表す厳密に型指定されたオブジェクトを取得します。

ForTypesMatching(Predicate<Type>)

指定した述語に一致するすべての型に適用できる規則を表すオブジェクトを取得します。

public:
 System::ComponentModel::Composition::Registration::PartBuilder ^ ForTypesMatching(Predicate<Type ^> ^ typeFilter);
public System.ComponentModel.Composition.Registration.PartBuilder ForTypesMatching(Predicate<Type> typeFilter);
member this.ForTypesMatching : Predicate<Type> -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ForTypesMatching (typeFilter As Predicate(Of Type)) As PartBuilder

パラメーター

typeFilter
Predicate<Type>

一致する述語。

返品

ルールを表すオブジェクト。

適用対象

ForTypesMatching<T>(Predicate<Type>)

指定した述語に一致するすべての型に適用できる規則を表す厳密に型指定されたオブジェクトを取得します。

public:
generic <typename T>
 System::ComponentModel::Composition::Registration::PartBuilder<T> ^ ForTypesMatching(Predicate<Type ^> ^ typeFilter);
public System.ComponentModel.Composition.Registration.PartBuilder<T> ForTypesMatching<T>(Predicate<Type> typeFilter);
member this.ForTypesMatching : Predicate<Type> -> System.ComponentModel.Composition.Registration.PartBuilder<'T>
Public Function ForTypesMatching(Of T) (typeFilter As Predicate(Of Type)) As PartBuilder(Of T)

型パラメーター

T

PartBuilder<T> オブジェクトの型。

パラメーター

typeFilter
Predicate<Type>

一致する述語。

返品

規則を表す厳密に型指定されたオブジェクト。

適用対象