ApiConventionTypeMatchAttribute Klasa

Definicja

Określa zachowanie zgodnego parametru konwencji interfejsu API według typu. ApiConventionTypeMatchBehavior w przypadku opcji obsługiwanych. .

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
Dziedziczenie
ApiConventionTypeMatchAttribute
Atrybuty

Uwagi

AssignableFrom jest używany, jeśli nie określono wartości dla tego atrybutu w parametrze konwencji.

Konstruktory

ApiConventionTypeMatchAttribute(ApiConventionTypeMatchBehavior)

Inicjuje nowe wystąpienie elementu ApiConventionTypeMatchAttribute o określonej wartości matchBehavior.

Właściwości

MatchBehavior

Pobiera klasę ApiConventionTypeMatchBehavior.

Dotyczy