IAccPropServices.ClearHwndProps Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 ClearHwndProps(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid % paProps, int cProps);
public void ClearHwndProps(ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, ref Guid paProps, int cProps);
abstract member ClearHwndProps : _RemotableHandle * uint32 * uint32 * Guid * int -> unit
Public Sub ClearHwndProps (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, ByRef paProps As Guid, cProps As Integer)
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é.
- paProps
- Guid
Spécifie un tableau de propriétés à réinitialiser. Ces propriétés rétabliront le comportement par défaut qu’ils affichaient avant d’être annotés.
- cProps
- Int32
Spécifie le nombre de propriétés dans le paProps tableau.
Remarques
Pour plus d’informations sur ClearHwndProps, consultez la documentation sur l’annotation dynamique.