次の方法で共有


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

定義

CAccPropServicesClass およびそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM: Component Object Model) の IAccPropServices インターフェイスのマネージド ラッパーの一部です。

public:
 virtual void ClearProps(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps) = Accessibility::IAccPropServices::ClearProps;
public virtual void ClearProps (ref byte pIDString, uint dwIDStringLen, ref Guid paProps, int cProps);
abstract member ClearProps : byte * uint32 * Guid * int -> unit
override this.ClearProps : byte * uint32 * Guid * int -> unit
Public Overridable 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 配列内のプロパティの数を指定します。

実装

注釈

詳細については、 Microsoft Active Accessibility のドキュメントを参照してください。

適用対象