Share via


CAccPropServicesClass.ClearHwndProps Metodo

Definizione

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

public:
 virtual void ClearHwndProps(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid % paProps, int cProps) = Accessibility::IAccPropServices::ClearHwndProps;
public virtual void ClearHwndProps (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, ref Guid paProps, int cProps);
abstract member ClearHwndProps : _RemotableHandle * uint32 * uint32 * Guid * int -> unit
override this.ClearHwndProps : _RemotableHandle * uint32 * uint32 * Guid * int -> unit
Public Overridable Sub ClearHwndProps (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, ByRef paProps As Guid, cProps As Integer)

Parametri

hwnd
_RemotableHandle

Identifica l'elemento accessibile da annotare. Sostituisce la stringa di identità.

idObject
UInt32

Identifica l'elemento accessibile da annotare. Sostituisce la stringa di identità.

idChild
UInt32

Identifica l'elemento accessibile da annotare. Sostituisce la stringa di identità.

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.

Implementazioni

Commenti

Per altre informazioni, vedere la documentazione di Microsoft Active Accessibility .

Si applica a