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の詳細については、動的注釈に関するドキュメントを参照してください。

適用対象