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

Nom Description
ParameterAttribute()

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

Propriétés

Nom Description
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 à