共用方式為


IAccPropServices.ClearHmenuProps 方法

定義

IAccPropServices 介面和其所有公開的成員都是元件物件模型 (COM) IAccPropServices 介面之 Managed 包裝函式的一部分。

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

指定可存取項目的子項目識別碼。

paProps
Guid

指定要重設之屬性的陣列。 這些屬性會還原為在經過標註之前所顯示的預設行為。

cProps
Int32

指定 paProps 陣列中的屬性數目。

備註

如需 的詳細資訊 IAccPropServices,請參閱 動態註釋的相關文件。

適用於