ApiConventionNameMatchAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Určuje odpovídající chování metody konvence rozhraní API nebo parametru podle názvu. ApiConventionNameMatchBehavior pro podporované možnosti. .
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
- Dědičnost
-
ApiConventionNameMatchAttribute
- Atributy
Poznámky
Exact se používá, pokud není v metodě nebo parametru konvence zadána žádná hodnota tohoto atributu.
Konstruktory
ApiConventionNameMatchAttribute(ApiConventionNameMatchBehavior) |
Inicializuje novou instanci objektu ApiConventionNameMatchAttribute. |
Vlastnosti
MatchBehavior |