IAccPropServices.ClearProps(Byte, UInt32, Guid, Int32) 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 ClearProps(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps);
public void ClearProps(ref byte pIDString, uint dwIDStringLen, ref Guid paProps, int cProps);
abstract member ClearProps : byte * uint32 * Guid * int -> unit
Public 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 qui doit être non annoté.

dwIDStringLen
UInt32

Longueur de pIDString.

paProps
Guid

Spécifie 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.

Remarques

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

S’applique à