RibbonButton.CommandParameter 属性

适用于版本2

获取或设置要传递到命令或 CommandId 的命令参数。

命名空间:  Microsoft.WebMatrix.Extensibility
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Public Property CommandParameter As Object 
    Get 
    Private Set
用法
Dim instance As RibbonButton 
Dim value As Object 

value = instance.CommandParameter
public Object CommandParameter { get; private set; }
public:
property Object^ CommandParameter {
    Object^ get ();
    private: void set (Object^ value);
}
member CommandParameter : Object with get, private set
function get CommandParameter () : Object 
private function set CommandParameter (value : Object)

属性值

类型:System.Object
要传递到命令或 CommandId 的命令参数。

请参阅

参考

RibbonButton 类

Microsoft.WebMatrix.Extensibility 命名空间