ApiConventionNameMatchAttribute Clase

Definición

Determina el comportamiento coincidente de un método de convención de API o un parámetro por nombre. ApiConventionNameMatchBehavior para las opciones admitidas. .

public ref class ApiConventionNameMatchAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)]
public sealed class ApiConventionNameMatchAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)>]
type ApiConventionNameMatchAttribute = class
    inherit Attribute
Public NotInheritable Class ApiConventionNameMatchAttribute
Inherits Attribute
Herencia
ApiConventionNameMatchAttribute
Atributos

Comentarios

Exact se usa si no se especifica ningún valor para este atributo en un método o parámetro de convención.

Constructores

ApiConventionNameMatchAttribute(ApiConventionNameMatchBehavior)

Inicializa una nueva instancia de la clase ApiConventionNameMatchAttribute.

Propiedades

MatchBehavior

Obtiene la estructura ApiConventionNameMatchBehavior.

Se aplica a