_CommandBarButton.HelpContextId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取帮助上下文 ID。 始终返回 0。
public:
property int HelpContextId { int get(); void set(int value); };
public:
property int HelpContextId { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(1610874895)]
public int HelpContextId { [System.Runtime.InteropServices.DispId(1610874895)] get; [System.Runtime.InteropServices.DispId(1610874895)] set; }
[<System.Runtime.InteropServices.DispId(1610874895)>]
[<get: System.Runtime.InteropServices.DispId(1610874895)>]
[<set: System.Runtime.InteropServices.DispId(1610874895)>]
member this.HelpContextId : int with get, set
Public Property HelpContextId As Integer
属性值
返回 0。
实现
- 属性
注解
尝试将此属性设置为任何其他值将导致引发异常。