Share via


IUIAutomation::get_ReservedNotSupportedValue 메서드(uiautomationclient.h)

지원되지 않는 속성 또는 텍스트 특성을 나타내는 정적 토큰 개체를 검색합니다.

이 속성은 읽기 전용입니다.

구문

HRESULT get_ReservedNotSupportedValue(
  IUnknown **notSupportedValue
);

매개 변수

notSupportedValue

반환 값

없음

설명

이 개체는 IUIAutomationElement::GetCurrentPropertyValue 또는 IUIAutomationTextRange::GetAttributeValue의 결과와 비교하는 데 사용할 수 있습니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 7, Windows Vista SP2 및 Windows Vista용 플랫폼 업데이트, WINDOWS XP SP3 및 Windows Vista용 플랫폼 업데이트 [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2008 R2, Windows Server 2008 SP2 및 Windows Server 2008용 플랫폼 업데이트, Windows Server 2003 SP2 및 Windows Server 2008용 플랫폼 업데이트 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 uiautomationclient.h(UIAutomation.h 포함)

추가 정보

IUIAutomation