CAccPropServicesClass.ComposeHmenuIdentityString 方法

定义

CAccPropServicesClass 及其公开的所有成员都属于组件对象模型 (COM) IAccPropServices 接口的托管包装的一部分。

public:
 virtual void ComposeHmenuIdentityString(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, IntPtr ppIDString, [Runtime::InteropServices::Out] System::UInt32 % pdwIDStringLen) = Accessibility::IAccPropServices::ComposeHmenuIdentityString;
public virtual void ComposeHmenuIdentityString (ref Accessibility._RemotableHandle hmenu, uint idChild, IntPtr ppIDString, out uint pdwIDStringLen);
abstract member ComposeHmenuIdentityString : _RemotableHandle * uint32 * nativeint * uint32 -> unit
override this.ComposeHmenuIdentityString : _RemotableHandle * uint32 * nativeint * uint32 -> unit
Public Overridable Sub ComposeHmenuIdentityString (ByRef hmenu As _RemotableHandle, idChild As UInteger, ppIDString As IntPtr, ByRef pdwIDStringLen As UInteger)

参数

hmenu
_RemotableHandle

标识基于 HMENU 的可访问元素。

idChild
UInt32

指定可访问元素的子 ID。

ppIDString
IntPtr

nativeint

指向用于接收标识字符串的缓冲区的指针。 被调用方使用 CoTaskMemAlloc 分配此缓冲区。 完成后,调用方必须通过调用 CoTaskMemFree 来释放缓冲区。

pdwIDStringLen
UInt32

指向用于接收标识字符串长度的缓冲区的指针。

实现

注解

有关详细信息,请参阅 Microsoft Active Accessibility 文档。

适用于