IAccPropServices.ClearProps(Byte, UInt32, Guid, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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,請參閱 有關動態批注的檔。