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

定義

CAccPropServicesClassとそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM) 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 ドキュメントを参照してください。

適用対象