IAccPropServices.ClearProps(Byte, UInt32, Guid, Int32) Metodo

Definizione

L'interfaccia IAccPropServices e tutti i relativi membri esposti sono parte di un wrapper gestito per l'interfaccia IAccPropServices di COM (Component Object Model).

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)

Parametri

pIDString
Byte

Identifica l'elemento accessibile di cui annullare l'annotazione.

dwIDStringLen
UInt32

Lunghezza di pIDString.

paProps
Guid

Specifica una matrice di proprietà da reimpostare. Queste proprietà torneranno al comportamento predefinito visualizzato prima dell'annotazione.

cProps
Int32

Specifica il numero di proprietà nella matrice paProps.

Commenti

Per altre informazioni su IAccPropServices, vedere la documentazione sull'annotazione dinamica.

Si applica a