IContextMenuItem.CommandParameter Property

Applies to v2.

Gets or sets the parameter to pass to the Command.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property CommandParameter As Object 
    Get
'Usage
Dim instance As IContextMenuItem 
Dim value As Object 

value = instance.CommandParameter
Object CommandParameter { get; }
property Object^ CommandParameter {
    Object^ get ();
}
abstract CommandParameter : Object
function get CommandParameter () : Object

Property Value

Type: System.Object
The parameter to pass to the Command.

See Also

Reference

IContextMenuItem Interface

Microsoft.WebMatrix.Extensibility Namespace