ExecutedToolEventArgs.Parameter (Propiedad)

Obtiene el parámetro asociado a este objeto ExecutedToolEventArgs.

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 ExecutedToolEventArgs.El valor devuelto puede ser nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

ExecutedToolEventArgs Clase

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

Otros recursos

Extensibilidad de WPF Designer