Share via


IAccPropServices.ClearHmenuProps 方法

定义

IAccPropServices 接口及其公开的所有成员都属于组件对象模型 (COM) IAccPropServices 接口的托管包装的一部分。

public:
 void ClearHmenuProps(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, Guid % paProps, int cProps);
public void ClearHmenuProps (ref Accessibility._RemotableHandle hmenu, uint idChild, ref Guid paProps, int cProps);
abstract member ClearHmenuProps : _RemotableHandle * uint32 * Guid * int -> unit
Public Sub ClearHmenuProps (ByRef hmenu As _RemotableHandle, idChild As UInteger, ByRef paProps As Guid, cProps As Integer)

参数

hmenu
_RemotableHandle

标识要批注的基于 HMENU 的可访问元素。

idChild
UInt32

指定可访问元素的子 ID。

paProps
Guid

指定要重置的属性数组。 这些属性将还原为批注前的默认行为。

cProps
Int32

指定 paProps 数组中的属性数。

注解

有关 的详细信息 IAccPropServices,请参阅有关 动态注释的文档。

适用于