CAccPropServicesClass.ComposeHwndIdentityString 方法

定义

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

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

参数

hwnd
_RemotableHandle

指定调用方要标识的可访问元素的 HWND。

idObject
UInt32

指定可访问元素的对象 ID。

idChild
UInt32

指定可访问元素的子 ID。

ppIDString
IntPtr

nativeint

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

pdwIDStringLen
UInt32

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

实现

注解

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

适用于