ApiConventionTypeMatchAttribute 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í.
Determina el comportamiento coincidente de un parámetro de convención de API por tipo. ApiConventionTypeMatchBehavior para las opciones admitidas. .
public ref class ApiConventionTypeMatchAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)]
public sealed class ApiConventionTypeMatchAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)>]
type ApiConventionTypeMatchAttribute = class
inherit Attribute
Public NotInheritable Class ApiConventionTypeMatchAttribute
Inherits Attribute
- Herencia
-
ApiConventionTypeMatchAttribute
- Atributos
Comentarios
AssignableFrom se usa si no se especifica ningún valor para este atributo en un parámetro de convención.
Constructores
| ApiConventionTypeMatchAttribute(ApiConventionTypeMatchBehavior) |
Inicializa una nueva instancia de ApiConventionTypeMatchAttribute con el especificado |
Propiedades
| MatchBehavior |
Obtiene la estructura ApiConventionTypeMatchBehavior. |