IAccPropServices.SetHwndPropStr Méthode

Définition

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

public:
 void SetHwndPropStr(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid idProp, System::String ^ str);
public void SetHwndPropStr(ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, Guid idProp, string str);
abstract member SetHwndPropStr : _RemotableHandle * uint32 * uint32 * Guid * string -> unit
Public Sub SetHwndPropStr (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, idProp As Guid, str As String)

Paramètres

hwnd
_RemotableHandle

Identifie l’élément accessible à annoter. Cela remplace la chaîne d’identité.

idObject
UInt32

Identifie l’élément accessible à annoter. Cela remplace la chaîne d’identité.

idChild
UInt32

Identifie l’élément accessible à annoter. Cela remplace la chaîne d’identité.

idProp
Guid

Spécifie la propriété de cet élément à annoter.

str
String

Spécifie une nouvelle valeur pour cette propriété.

Remarques

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

S’applique à