Compartilhar via


Propriedade ThumbButtonInfo.CommandParameter

Obtém ou define o parâmetro para passar para o Command propriedade.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (em Microsoft.Windows.Shell.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Object
O parâmetro para passar para o Command propriedade.The default is nulluma referência nula (Nothing no Visual Basic).

Implementações

ICommandSource.CommandParameter

Segurança do .NET Framework

Consulte também

Referência

ThumbButtonInfo Classe

Namespace Microsoft.Windows.Shell

CommandParameter

Outros recursos

Visão geral de Comando