次の方法で共有


IAccPropServices.ClearHmenuProps メソッド

定義

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

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

パラメーター

hmenu
_RemotableHandle

注釈付けの対象となる、HMENU ベースのアクセスできる要素を識別します。

idChild
UInt32

アクセスできる要素の子 ID を指定します。

paProps
Guid

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

cProps
Int32

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

注釈

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

適用対象