Share via


IAccPropServices.ClearHwndProps 方法

定义

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

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

参数

hwnd
_RemotableHandle

标识要批注的可访问元素。 这会替换标识字符串。

idObject
UInt32

标识要批注的可访问元素。 这会替换标识字符串。

idChild
UInt32

标识要批注的可访问元素。 这会替换标识字符串。

paProps
Guid

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

cProps
Int32

指定 paProps 数组中的属性数。

注解

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

适用于