ApiConventionNameMatchAttribute Klasse

Definition

Bestimmt das Abgleichsverhalten einer API-Konventionsmethode oder eines -Parameters anhand des Namens. ApiConventionNameMatchBehavior für unterstützte Optionen. .

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

Hinweise

Exact wird verwendet, wenn für dieses Attribut kein Wert für eine Konventionsmethode oder einen Parameter angegeben wird.

Konstruktoren

ApiConventionNameMatchAttribute(ApiConventionNameMatchBehavior)

Initialisiert eine neue Instanz von ApiConventionNameMatchAttribute.

Eigenschaften

MatchBehavior

Ruft das ApiConventionNameMatchBehavior ab.

Gilt für: