Compartilhar via


Propriedade RibbonSplitButton.CommandTarget

Gets or sets the element on which to raise the specified command.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (em RibbonControlsLibrary.dll)

Sintaxe

'Declaração
Public Property CommandTarget As IInputElement
    Get
    Set
public IInputElement CommandTarget { get; set; }
public:
virtual property IInputElement^ CommandTarget {
    IInputElement^ get () sealed;
    void set (IInputElement^ value) sealed;
}
abstract CommandTarget : IInputElement with get, set
override CommandTarget : IInputElement with get, set
final function get CommandTarget () : IInputElement
final function set CommandTarget (value : IInputElement)

Valor de propriedade

Tipo: System.Windows.IInputElement
O elemento no qual invocar o comando.O padrão registrado é nulluma referência nula (Nothing no Visual Basic).Para obter mais informações sobre o que pode influenciar o valor, consulte Precedência de valores de propriedade de dependência.

Implementações

ICommandSource.CommandTarget

Informações sobre propriedade de dependência

Campo identificador

CommandTargetProperty

Propriedades de metadados definidas comotrue

None

Segurança do .NET Framework

Consulte também

Referência

RibbonSplitButton Classe

Namespace Microsoft.Windows.Controls.Ribbon

Outros recursos

Visão geral de Comando