RegistrationBuilder.ForTypesDerivedFrom メソッド

定義

オーバーロード

ForTypesDerivedFrom(Type)

指定した型を実装するすべての型には適用されるが、指定した型には適用されない規則を表すオブジェクトを取得します。

ForTypesDerivedFrom<T>()

指定した型を実装するすべての型には適用されるが、指定した型には適用されない規則を表す、厳密に型指定されたオブジェクトを取得します。

ForTypesDerivedFrom(Type)

ソース:
RegistrationBuilder.cs
ソース:
RegistrationBuilder.cs
ソース:
RegistrationBuilder.cs

指定した型を実装するすべての型には適用されるが、指定した型には適用されない規則を表すオブジェクトを取得します。

public:
 System::ComponentModel::Composition::Registration::PartBuilder ^ ForTypesDerivedFrom(Type ^ type);
public System.ComponentModel.Composition.Registration.PartBuilder ForTypesDerivedFrom (Type type);
member this.ForTypesDerivedFrom : Type -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ForTypesDerivedFrom (type As Type) As PartBuilder

パラメーター

type
Type

型。

戻り値

規則を表すオブジェクト。

適用対象

ForTypesDerivedFrom<T>()

ソース:
RegistrationBuilder.cs
ソース:
RegistrationBuilder.cs
ソース:
RegistrationBuilder.cs

指定した型を実装するすべての型には適用されるが、指定した型には適用されない規則を表す、厳密に型指定されたオブジェクトを取得します。

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

型パラメーター

T

型。

戻り値

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

適用対象