RegistrationBuilder.ForType Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ForType(Type) |
Obtiene un objeto que representa una regla que se aplica al tipo especificado. |
ForType<T>() |
Obtiene un objeto fuertemente tipado que representa una regla que se aplica al tipo especificado. |
ForType(Type)
- Source:
- RegistrationBuilder.cs
- Source:
- RegistrationBuilder.cs
- Source:
- RegistrationBuilder.cs
Obtiene un objeto que representa una regla que se aplica al tipo especificado.
public:
System::ComponentModel::Composition::Registration::PartBuilder ^ ForType(Type ^ type);
public System.ComponentModel.Composition.Registration.PartBuilder ForType (Type type);
member this.ForType : Type -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ForType (type As Type) As PartBuilder
Parámetros
- type
- Type
Tipo.
Devoluciones
Objeto que representa la regla.
Se aplica a
ForType<T>()
- Source:
- RegistrationBuilder.cs
- Source:
- RegistrationBuilder.cs
- Source:
- RegistrationBuilder.cs
Obtiene un objeto fuertemente tipado que representa una regla que se aplica al tipo especificado.
public:
generic <typename T>
System::ComponentModel::Composition::Registration::PartBuilder<T> ^ ForType();
public System.ComponentModel.Composition.Registration.PartBuilder<T> ForType<T> ();
member this.ForType : unit -> System.ComponentModel.Composition.Registration.PartBuilder<'T>
Public Function ForType(Of T) () As PartBuilder(Of T)
Parámetros de tipo
- T
Tipo.
Devoluciones
Objeto fuertemente tipado que representa la regla.