ApiConventionTypeMatchAttribute Clase

Definición

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 matchBehavior.

Propiedades

MatchBehavior

Obtiene la estructura ApiConventionTypeMatchBehavior.

Se aplica a