IPreviewCommandSource.PreviewCommandParameter Property
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.