ApiConventionNameMatchAttribute Classe

Definizione

Determina il comportamento corrispondente di un metodo o di un parametro della convenzione API in base al nome. ApiConventionNameMatchBehavior per le opzioni supportate. .

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
Ereditarietà
ApiConventionNameMatchAttribute
Attributi

Commenti

Exact viene usato se non viene specificato alcun valore per questo attributo in un metodo o un parametro di convenzione.

Costruttori

ApiConventionNameMatchAttribute(ApiConventionNameMatchBehavior)

Inizializza una nuova istanza di ApiConventionNameMatchAttribute.

Proprietà

MatchBehavior

Ottiene l'oggetto ApiConventionNameMatchBehavior.

Si applica a