ApiConventionNameMatchAttribute Třída

Definice

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

Získá .ApiConventionNameMatchBehavior

Platí pro