Partager via


RegistrationBuilder.ForTypesDerivedFrom Méthode

Définition

Surcharges

ForTypesDerivedFrom(Type)

Obtient un objet qui représente une règle applicable à tous les types qui implémentent le type spécifié, mais non applicable au type spécifié.

ForTypesDerivedFrom<T>()

Obtient un objet fortement typé qui représente une règle applicable à tous les types qui implémentent le type spécifié, mais non applicable au type spécifié.

ForTypesDerivedFrom(Type)

Source:
RegistrationBuilder.cs
Source:
RegistrationBuilder.cs
Source:
RegistrationBuilder.cs

Obtient un objet qui représente une règle applicable à tous les types qui implémentent le type spécifié, mais non applicable au type spécifié.

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

Paramètres

type
Type

Type.

Retours

Objet qui représente la règle.

S’applique à

ForTypesDerivedFrom<T>()

Source:
RegistrationBuilder.cs
Source:
RegistrationBuilder.cs
Source:
RegistrationBuilder.cs

Obtient un objet fortement typé qui représente une règle applicable à tous les types qui implémentent le type spécifié, mais non applicable au type spécifié.

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)

Paramètres de type

T

Type.

Retours

Objet fortement typé qui représente la règle.

S’applique à