CAccPropServicesClass.ClearHwndProps 메서드

정의

노출된 모든 멤버는 CAccPropServicesClass COM(구성 요소 개체 모델) IAccPropServices 인터페이스에 대한 관리되는 래퍼의 일부입니다.

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

주석을 추가할 액세스 가능한 요소를 식별합니다. 그러면 ID 문자열이 바뀝니다.

idObject
UInt32

주석을 추가할 액세스 가능한 요소를 식별합니다. 그러면 ID 문자열이 바뀝니다.

idChild
UInt32

주석을 추가할 액세스 가능한 요소를 식별합니다. 그러면 ID 문자열이 바뀝니다.

paProps
Guid

다시 설정할 속성의 배열을 지정합니다. 이러한 속성은 주석이 추가되기 전에 표시한 기본 동작으로 되돌아갑니다.

cProps
Int32

배열의 속성 paProps 수를 지정합니다.

구현

설명

자세한 내용은 Microsoft Active Accessibility 설명서를 참조하세요.

적용 대상