Share via


IAccPropServices.SetHwndPropServer 메서드

정의

IAccPropServices 인터페이스와 노출된 모든 멤버는 COM IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.

public:
 void SetHwndPropServer(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid % paProps, int cProps, Accessibility::IAccPropServer ^ pServer, Accessibility::AnnoScope AnnoScope);
public void SetHwndPropServer (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, ref Guid paProps, int cProps, Accessibility.IAccPropServer pServer, Accessibility.AnnoScope AnnoScope);
abstract member SetHwndPropServer : _RemotableHandle * uint32 * uint32 * Guid * int * Accessibility.IAccPropServer * Accessibility.AnnoScope -> unit
Public Sub SetHwndPropServer (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, ByRef paProps As Guid, cProps As Integer, pServer As IAccPropServer, AnnoScope As AnnoScope)

매개 변수

hwnd
_RemotableHandle

주석을 추가할 액세스 가능 요소를 식별합니다. ID 문자열이 바뀝니다.

idObject
UInt32

주석을 추가할 액세스 가능 요소를 식별합니다. ID 문자열이 바뀝니다.

idChild
UInt32

주석을 추가할 액세스 가능 요소를 식별합니다. ID 문자열이 바뀝니다.

paProps
Guid

지정한 콜백 개체에서 처리할 속성의 배열을 지정합니다.

cProps
Int32

paProps 배열의 속성 수를 지정합니다.

pServer
IAccPropServer

클라이언트가 재정의된 속성 중 하나를 요청할 경우 호출할 콜백 개체를 지정합니다.

AnnoScope
AnnoScope

주석이 표시된 액세스 가능 요소에만 적용됨을 나타내는 ANNO_THIS이거나 해당 요소와 요소의 직접 자식에 적용됨을 나타내는 ANNO_CONTAINER일 수 있습니다.

설명

에 대한 IAccPropServices자세한 내용은 동적 주석에 대한 설명서를 참조하세요.

적용 대상