ParameterAttribute.CaptureUnmatchedValues Propriété
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.
Obtient ou définit une valeur qui détermine si le paramètre capture des valeurs qui ne correspondent à aucun autre paramètre.
public:
property bool CaptureUnmatchedValues { bool get(); void set(bool value); };
public bool CaptureUnmatchedValues { get; set; }
member this.CaptureUnmatchedValues : bool with get, set
Public Property CaptureUnmatchedValues As Boolean
Valeur de propriété
Remarques
CaptureUnmatchedValues permet à un composant d’accepter des attributs supplémentaires arbitraires et de les transmettre à un autre composant ou à un élément du balisage sous-jacent.
CaptureUnmatchedValues peut être utilisé sur au maximum un paramètre par composant.
CaptureUnmatchedValues ne doit être appliqué qu’aux paramètres d’un type qui peuvent être utilisés avec AddMultipleAttributes(Int32, IEnumerable<KeyValuePair<String,Object>>) , par exemple Dictionary<TKey,TValue>, .