Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the parameter that will be passed to the command.
Namespace: Microsoft.Windows.Input
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
ReadOnly Property PreviewCommandParameter As Object
Object PreviewCommandParameter { get; }
property Object^ PreviewCommandParameter {
Object^ get ();
}
abstract PreviewCommandParameter : Object
function get PreviewCommandParameter () : Object
Property Value
Type: System.Object
The parameter that will be passed to the command.
Remarks
Some implementations of this property may be read-only.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.