RegisterProviderAttribute Clase
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í.
Cuando se aplica a un tipo, indica que el tipo es un proveedor y que se debe registrar automáticamente.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class RegisterProviderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type RegisterProviderAttribute = class
inherit Attribute
Public NotInheritable Class RegisterProviderAttribute
Inherits Attribute
- Herencia
-
RegisterProviderAttribute
- Atributos
Constructores
RegisterProviderAttribute(String, String, String, Type) |
Cuando se aplica a un tipo, indica que el tipo es un proveedor y que se debe registrar automáticamente. |
Propiedades
Kind |
Obtiene el tipo del proveedor, por ejemplo, |
Name |
Obtiene el nombre del proveedor, por ejemplo, |
Target |
Obtiene el tipo utilizado para configurar el proveedor, por ejemplo, |
Type |
Obtiene el tipo utilizado para configurar el proveedor. |