ApiConventionTypeMatchAttribute Třída

Definice

Určuje odpovídající chování parametru konvence rozhraní API podle typu. ApiConventionTypeMatchBehavior pro podporované možnosti. .

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
Dědičnost
ApiConventionTypeMatchAttribute
Atributy

Poznámky

AssignableFrom se používá, pokud není v parametru konvence zadána žádná hodnota tohoto atributu.

Konstruktory

ApiConventionTypeMatchAttribute(ApiConventionTypeMatchBehavior)

Inicialzuje novou instanci objektu ApiConventionTypeMatchAttribute se zadaným matchBehaviorparametrem .

Vlastnosti

MatchBehavior

Získá .ApiConventionTypeMatchBehavior

Platí pro