共用方式為


IAccPropServices.ClearHwndProps 方法

定義

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

public:
 void ClearHwndProps(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid % paProps, int cProps);
public void ClearHwndProps (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, ref Guid paProps, int cProps);
abstract member ClearHwndProps : _RemotableHandle * uint32 * uint32 * Guid * int -> unit
Public 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 陣列中的屬性數目。

備註

如需 的詳細資訊 ClearHwndProps,請參閱 動態註釋的相關文件。

適用於