共用方式為


IAccPropServices.SetHwndPropServer 方法

定義

IAccPropServices 介面和其所有公開的成員都是元件物件模型 (COM) IAccPropServices 介面之 Managed 包裝函式的一部分。

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

識別要標註的可存取項目。 這會取代識別字串。

idObject
UInt32

識別要標註的可存取項目。 這會取代識別字串。

idChild
UInt32

識別要標註的可存取項目。 這會取代識別字串。

paProps
Guid

指定屬性陣列,該陣列會由指定的回呼物件所處理。

cProps
Int32

指定 paProps 陣列中的屬性數目。

pServer
IAccPropServer

指定回呼物件,用戶端要求其中一個被覆寫的屬性時,便會叫用該物件。

AnnoScope
AnnoScope

可以是 ANNO_THIS,表示附註只會影響指定的可存取項目,或者為 ANNO_CONTAINER,表示附註會套用到項目與其直接子項目。

備註

如需 的詳細資訊 IAccPropServices,請參閱 有關動態批注的檔。

適用於