共用方式為


IAccPropServices.SetHmenuPropServer 方法

定義

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

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

參數

hmenu
_RemotableHandle

識別要標註的 HMENU 可存取項目。

idChild
UInt32

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

paProps
Guid

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

cProps
Int32

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

pServer
IAccPropServer

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

AnnoScope
AnnoScope

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

備註

如需 的詳細資訊 IAccPropServices,請參閱 動態註釋的相關文件。

適用於