Compartir a través de


CanExecuteToolEventArgs.Parameter (Propiedad)

Obtiene el parámetro asociado a este objeto CanExecuteToolEventArgs.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parameter As Object
    Get
public Object Parameter { get; }
public:
property Object^ Parameter {
    Object^ get ();
}
member Parameter : Object
function get Parameter () : Object

Valor de propiedad

Tipo: System.Object
Objeto que representa el parámetro asociado a este objeto CanExecuteToolEventArgs.El valor devuelto puede ser nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

CanExecuteToolEventArgs Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de herramientas