ApiConventionNameMatchAttribute Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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. |