ApiConventionNameMatchAttribute Klasa

Definicja

Określa zgodne zachowanie metody lub parametru konwencji interfejsu API według nazwy. ApiConventionNameMatchBehavior w przypadku opcji obsługiwanych. .

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
Dziedziczenie
ApiConventionNameMatchAttribute
Atrybuty

Uwagi

Exact jest używany, jeśli nie określono wartości dla tego atrybutu w metodzie konwencji lub parametrze.

Konstruktory

ApiConventionNameMatchAttribute(ApiConventionNameMatchBehavior)

Inicjuje nowe wystąpienie klasy ApiConventionNameMatchAttribute.

Właściwości

MatchBehavior

Pobiera klasę ApiConventionNameMatchBehavior.

Dotyczy