_CommandBarComboBox.Priority 属性

定义

获取优先级。 始终返回1。

public:
 property int Priority { int get(); void set(int value); };
public:
 property int Priority { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(1610874911)]
public int Priority { [System.Runtime.InteropServices.DispId(1610874911)] get; [System.Runtime.InteropServices.DispId(1610874911)] set; }
[<System.Runtime.InteropServices.DispId(1610874911)>]
[<get: System.Runtime.InteropServices.DispId(1610874911)>]
[<set: System.Runtime.InteropServices.DispId(1610874911)>]
member this.Priority : int with get, set
Public Property Priority As Integer

属性值

Int32

始终返回1。

实现

属性

注解

尝试将此属性设置为任何其他值将导致引发异常。

适用于