IAccPropServices.ClearHwndProps メソッド

定義

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

public:
 void ClearHwndProps(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid % paProps, int cProps);
public void ClearHwndProps(ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, ref Guid paProps, int cProps);
abstract member ClearHwndProps : _RemotableHandle * uint32 * uint32 * Guid * int -> unit
Public Sub ClearHwndProps (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, ByRef paProps As Guid, cProps As Integer)

パラメーター

hwnd
_RemotableHandle

注釈を付けるアクセス可能な要素を識別します。 これにより、ID 文字列が置き換えられます。

idObject
UInt32

注釈を付けるアクセス可能な要素を識別します。 これにより、ID 文字列が置き換えられます。

idChild
UInt32

注釈を付けるアクセス可能な要素を識別します。 これにより、ID 文字列が置き換えられます。

paProps
Guid

リセットするプロパティの配列を指定します。 これらのプロパティは、注釈が付けられた前に表示された既定の動作に戻ります。

cProps
Int32

paProps配列内のプロパティの数を指定します。

注釈

ClearHwndPropsの詳細については、動的注釈に関するドキュメントを参照してください。

適用対象