ParameterAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |