IContextMenuItem.CommandParameter 屬性
適用於版本2
取得或設定要傳遞給命令的參數。
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
ReadOnly Property CommandParameter As Object
Get
'用途
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
屬性值
型別:System.Object
要傳遞給命令的參數。