次の方法で共有


IAccPropServices.ClearProps(Byte, UInt32, Guid, Int32) メソッド

定義

IAccPropServices インターフェイスおよびそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM: Component Object Model) の 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動的注釈に関するドキュメントを参照してください。

適用対象