CAccPropServicesClass.ClearProps(Byte, UInt32, Guid, Int32) 方法

定义

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

public:
 virtual void ClearProps(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps) = Accessibility::IAccPropServices::ClearProps;
public virtual void ClearProps (ref byte pIDString, uint dwIDStringLen, ref Guid paProps, int cProps);
abstract member ClearProps : byte * uint32 * Guid * int -> unit
override this.ClearProps : byte * uint32 * Guid * int -> unit
Public Overridable Sub ClearProps (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef paProps As Guid, cProps As Integer)

参数

pIDString
Byte

标识要取消批注的可访问元素。

dwIDStringLen
UInt32

pIDString 的长度。

paProps
Guid

指定要重置的属性数组。 这些属性将还原为它们在进行批注前显示的默认行为。

cProps
Int32

指定 paProps 数组中的属性数。

实现

注解

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

适用于