IAccPropServices.SetHmenuPropServer Méthode

Définition

L'interface IAccPropServices et tous ses membres exposés font partie d'un wrapper managé pour l'interface IAccPropServices du modèle COM (Component Object Model).

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)

Paramètres

hmenu
_RemotableHandle

Identifie l'élément accessible HMENU qui doit être annoté.

idChild
UInt32

Identifie l'élément accessible qui doit être annoté. Cela remplace la chaîne d'identité.

paProps
Guid

Spécifie un tableau de propriétés qui doit être géré par l'objet de rappel spécifié.

cProps
Int32

Spécifie le nombre de propriétés dans le tableau paProps.

pServer
IAccPropServer

Spécifie l'objet de rappel, qui est appelé lorsqu'un client appelle l'une des propriétés substituées.

AnnoScope
AnnoScope

Peut être ANNO_THIS, indiquant que l'annotation affecte uniquement l'élément accessible indiqué, ou ANNO_CONTAINER, indiquant qu'elle s'applique à l'élément et à ses éléments enfants immédiats.

Remarques

Pour plus d’informations sur IAccPropServices, consultez la documentation sur l’annotation dynamique.

S’applique à