CanExecuteToolEventArgs.Parameter, propriété
Obtient le paramètre associé à CanExecuteToolEventArgs.
Espace de noms : Microsoft.Windows.Design.Interaction
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Parameter As Object
Get
public Object Parameter { get; }
public:
property Object^ Parameter {
Object^ get ();
}
member Parameter : Object
function get Parameter () : Object
Valeur de propriété
Type : System.Object
Objet qui représente le paramètre associé à CanExecuteToolEventArgs.La valeur de retour peut être nullune référence null (Nothing en Visual Basic).
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
CanExecuteToolEventArgs Classe
Microsoft.Windows.Design.Interaction, espace de noms