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.
Tous CAccPropServicesClass ses membres exposés font partie d’un wrapper managé pour l’interface COM IAccPropServices (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
Identifiez l’élément accessible qui doit être non annoté.
- dwIDStringLen
- UInt32
Longueur de pIDString.
- paProps
- Guid
Spécifiez un tableau de propriétés à réinitialiser. Ces propriétés rétabliront le comportement par défaut qu’elles affichent avant d’être annotées.
- cProps
- Int32
Spécifie le nombre de propriétés dans le paProps tableau.
Implémente
Remarques
Pour plus d’informations, consultez la documentation Microsoft Active Accessibility.