CAccPropServicesClass.DecomposeHmenuIdentityString 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32) |
CAccPropServicesClass其所有公开成员都是组件对象模型 (COM) IAccPropServices 接口的托管包装器的一部分。 |
| DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32) |
其 CAccPropServicesClass 所有公开成员都是组件对象模型(COM) |
DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)
CAccPropServicesClass其所有公开成员都是组件对象模型 (COM) IAccPropServices 接口的托管包装器的一部分。
public:
virtual void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHmenuIdentityString;
public virtual void DecomposeHmenuIdentityString(ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
override this.DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
Public Overridable Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phmenu As _RemotableHandle, ByRef pidChild As UInteger)
参数
- pIDString
- Byte
CAccPropServicesClass其所有公开成员都是组件对象模型 (COM) IAccPropServices 接口的托管包装器的一部分。
- dwIDStringLen
- UInt32
指定由 pIDString. 指定的标识字符串的长度。
- phmenu
- _RemotableHandle
指向接收可访问元素的 HMENU 的缓冲区的指针。
- pidChild
- UInt32
指向接收可访问元素的子 ID 的缓冲区的指针。
实现
适用于
DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)
其 CAccPropServicesClass 所有公开成员都是组件对象模型(COM) IAccPropServices 接口的托管包装器的一部分。
public:
virtual void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHmenuIdentityString;
public virtual void DecomposeHmenuIdentityString(ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
override this.DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
Public Overridable Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phmenu As IntPtr, ByRef pidChild As UInteger)
参数
- pIDString
- Byte
指向包含基于 HMENU 的可访问元素的标识字符串的缓冲区的指针。
- dwIDStringLen
- UInt32
指定由 pIDString. 指定的标识字符串的长度。
- phmenu
-
IntPtr
nativeint
指向接收可访问元素的 HMENU 的缓冲区的指针。
- pidChild
- UInt32
指向接收可访问元素的子 ID 的缓冲区的指针。