ApiConventionTypeMatchAttribute Classe

Definição

Determina o comportamento correspondente de um parâmetro de convenção de API por tipo. ApiConventionTypeMatchBehavior para opções com suporte. .

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

Comentários

AssignableFrom será usado se nenhum valor para esse atributo for especificado em um parâmetro de convenção.

Construtores

ApiConventionTypeMatchAttribute(ApiConventionTypeMatchBehavior)

Inicializa uma nova instância de ApiConventionTypeMatchAttribute com o especificado matchBehavior.

Propriedades

MatchBehavior

Obtém o ApiConventionTypeMatchBehavior.

Aplica-se a