共用方式為


CAccPropServicesClass.ClearHwndProps 方法

定義

CAccPropServicesClass 和其所有公開的成員都是元件物件模型 (COM) IAccPropServices 介面之 Managed 包裝函式的一部分。

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)

參數

hwnd
_RemotableHandle

識別要標註的可存取項目。 這會取代識別字串。

idObject
UInt32

識別要標註的可存取項目。 這會取代識別字串。

idChild
UInt32

識別要標註的可存取項目。 這會取代識別字串。

paProps
Guid

指定要重設之屬性的陣列。 這些屬性會還原為在經過標註之前所顯示的預設行為。

cProps
Int32

指定 paProps 陣列中的屬性數目。

實作

備註

如需詳細資訊,請參閱 Microsoft Active Accessibility 檔。

適用於