ApiConventionNameMatchAttribute Classe

Definição

Determina o comportamento correspondente de um método ou parâmetro de convenção de API por nome. ApiConventionNameMatchBehavior para opções com suporte. .

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
Herança
ApiConventionNameMatchAttribute
Atributos

Comentários

Exact será usado se nenhum valor para esse atributo for especificado em um método ou parâmetro de convenção.

Construtores

ApiConventionNameMatchAttribute(ApiConventionNameMatchBehavior)

Inicializa uma nova instância de ApiConventionNameMatchAttribute.

Propriedades

MatchBehavior

Obtém o ApiConventionNameMatchBehavior.

Aplica-se a