다음을 통해 공유


RegistrationBuilder.ForTypesDerivedFrom 메서드

정의

오버로드

ForTypesDerivedFrom(Type)

지정된 형식을 구현하는 모든 형식에 적용할 수 있지만 지정된 형식에는 적용할 수 없는 규칙을 나타내는 개체를 가져옵니다.

ForTypesDerivedFrom<T>()

지정된 형식을 구현하는 모든 형식에 적용할 수 있지만 지정된 형식에는 적용할 수 없는 규칙을 나타내는 강력한 형식의 개체를 가져옵니다.

ForTypesDerivedFrom(Type)

Source:
RegistrationBuilder.cs
Source:
RegistrationBuilder.cs
Source:
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>()

Source:
RegistrationBuilder.cs
Source:
RegistrationBuilder.cs
Source:
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

형식입니다.

반환

규칙을 나타내는 강력한 형식의 개체입니다.

적용 대상