Partilhar via


Propriedade IPreviewCommandSource.PreviewCommandParameter

Obtém ou define o parâmetro que será passado ao comando.

Namespace:  Microsoft.Windows.Input
Assembly:  RibbonControlsLibrary (em RibbonControlsLibrary.dll)

Sintaxe

'Declaração
ReadOnly Property PreviewCommandParameter As Object
    Get
Object PreviewCommandParameter { get; }
property Object^ PreviewCommandParameter {
    Object^ get ();
}
abstract PreviewCommandParameter : Object
function get PreviewCommandParameter () : Object

Valor de propriedade

Tipo: System.Object
O parâmetro que será passado ao comando.

Comentários

Algumas implementações dessa propriedade podem ser somente leitura.

Segurança do .NET Framework

Consulte também

Referência

IPreviewCommandSource Interface

Namespace Microsoft.Windows.Input