Compartir a través de


ThumbButtonInfo.CommandParameter (Propiedad)

Obtiene o establece el parámetro que se va a pasar a la propiedad Command.

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

Sintaxis

'Declaración
Public Property CommandParameter As Object
    Get
    Set
public Object CommandParameter { get; set; }
public:
virtual property Object^ CommandParameter {
    Object^ get () sealed;
    void set (Object^ value) sealed;
}
abstract CommandParameter : Object with get, set
override CommandParameter : Object with get, set
final function get CommandParameter () : Object
final function set CommandParameter (value : Object)

Valor de propiedad

Tipo: System.Object
Parámetro que se va a pasar a la propiedad Command.El valor predeterminado es nullreferencia null (Nothing en Visual Basic).

Implementaciones

ICommandSource.CommandParameter

Seguridad de .NET Framework

Vea también

Referencia

ThumbButtonInfo Clase

Microsoft.Windows.Shell (Espacio de nombres)

CommandParameter

Otros recursos

Información general sobre comandos