ApiConventionTypeMatchAttribute Classe

Definizione

Determina il comportamento corrispondente di un parametro della convenzione API per tipo. ApiConventionTypeMatchBehavior per le opzioni supportate. .

public ref class ApiConventionTypeMatchAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)]
public sealed class ApiConventionTypeMatchAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)>]
type ApiConventionTypeMatchAttribute = class
    inherit Attribute
Public NotInheritable Class ApiConventionTypeMatchAttribute
Inherits Attribute
Ereditarietà
ApiConventionTypeMatchAttribute
Attributi

Commenti

AssignableFrom viene utilizzato se non viene specificato alcun valore per questo attributo in un parametro di convenzione.

Costruttori

ApiConventionTypeMatchAttribute(ApiConventionTypeMatchBehavior)

Inizializza una nuova istanza di ApiConventionTypeMatchAttribute con l'oggetto specificato matchBehavior.

Proprietà

MatchBehavior

Ottiene l'oggetto ApiConventionTypeMatchBehavior.

Si applica a