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

定义

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

public:
 void ClearProps(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps);
public void ClearProps (ref byte pIDString, uint dwIDStringLen, ref Guid paProps, int cProps);
abstract member ClearProps : byte * uint32 * Guid * int -> unit
Public 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 数组中的属性数。

注解

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

适用于