ApiConventionTypeMatchAttribute Klasse

Definition

Bestimmt das Abgleichsverhalten eines API-Konventionsparameters nach Typ. ApiConventionTypeMatchBehavior für unterstützte Optionen. .

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
Vererbung
ApiConventionTypeMatchAttribute
Attribute

Hinweise

AssignableFrom wird verwendet, wenn für dieses Attribut kein Wert für einen Konventionsparameter angegeben wird.

Konstruktoren

ApiConventionTypeMatchAttribute(ApiConventionTypeMatchBehavior)

Initialisiert eine neue instance von ApiConventionTypeMatchAttribute mit dem angegebenen matchBehavior.

Eigenschaften

MatchBehavior

Ruft das ApiConventionTypeMatchBehavior ab.

Gilt für: