CAccPropServicesClass.ClearProps(Byte, UInt32, Guid, Int32) 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.
CAccPropServicesClass et tous ses membres exposés font partie d'un wrapper managé pour l'interface IAccPropServices
du modèle COM (Component Object Model).
public:
virtual void ClearProps(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps) = Accessibility::IAccPropServices::ClearProps;
public virtual void ClearProps (ref byte pIDString, uint dwIDStringLen, ref Guid paProps, int cProps);
abstract member ClearProps : byte * uint32 * Guid * int -> unit
override this.ClearProps : byte * uint32 * Guid * int -> unit
Public Overridable Sub ClearProps (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef paProps As Guid, cProps As Integer)
Paramètres
- pIDString
- Byte
Identifie l'élément accessible dont l'annotation doit être annulée.
- dwIDStringLen
- UInt32
Longueur de pIDString
.
- paProps
- Guid
Spécifie un tableau de propriétés qui doit être réinitialisé. Ces propriétés reprendront le comportement par défaut qu'elles affichaient avant leur annotation.
- cProps
- Int32
Spécifie le nombre de propriétés dans le tableau paProps
.
Implémente
Remarques
Pour plus d’informations, consultez la documentation Microsoft Active Accessibility .