CAccPropServicesClass.ComposeHmenuIdentityString 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
ID 문자열을 받는 버퍼에 대한 포인터입니다. 호출 수신자는 CoTaskMemAlloc
를 사용하여 이 버퍼를 할당합니다. 완료되면 호출자가 CoTaskMemFree
를 호출하여 버퍼를 해제해야 합니다.
- pdwIDStringLen
- UInt32
ID 문자열의 길이를 받는 버퍼에 대한 포인터입니다.
구현
설명
자세한 내용은 참조는 Microsoft Active Accessibility 설명서.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET