共用方式為


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

定義

IAccPropServices 介面和其所有公開的成員都是元件物件模型 (COM) IAccPropServices 介面之 Managed 包裝函式的一部分。

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,請參閱 有關動態批注的檔。

適用於