CAccPropServicesClass.ClearHwndProps 方法

定义

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

public:
 virtual void ClearHwndProps(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid % paProps, int cProps) = Accessibility::IAccPropServices::ClearHwndProps;
public virtual void ClearHwndProps (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, ref Guid paProps, int cProps);
abstract member ClearHwndProps : _RemotableHandle * uint32 * uint32 * Guid * int -> unit
override this.ClearHwndProps : _RemotableHandle * uint32 * uint32 * Guid * int -> unit
Public Overridable 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 数组中的属性数。

实现

注解

有关详细信息,请参阅 Microsoft Active Accessibility 文档。

适用于