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 文件。

適用於