CAccPropServicesClass.ClearProps(Byte, UInt32, Guid, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 ドキュメントを参照してください。