ParameterAttribute Classe

Définition

Indique le membre cible en tant que paramètre de composant.

public ref class ParameterAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class ParameterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ParameterAttribute = class
    inherit Attribute
Public NotInheritable Class ParameterAttribute
Inherits Attribute
Héritage
ParameterAttribute
Attributs

Constructeurs

ParameterAttribute()

Indique le membre cible en tant que paramètre de composant.

Propriétés

CaptureUnmatchedValues

Obtient ou définit une valeur qui détermine si le paramètre capture les valeurs qui ne correspondent à aucun autre paramètre.

S’applique à