AutomationPeer.GetHelpTextCore 메서드

정의

Microsoft UI 자동화 클라이언트가 GetHelpText 또는 동등한 Microsoft UI 자동화 클라이언트 API를 호출할 때 피어의 동작을 제공합니다.

protected:
 virtual Platform::String ^ GetHelpTextCore() = GetHelpTextCore;
winrt::hstring GetHelpTextCore();
protected virtual string GetHelpTextCore();
function getHelpTextCore()
Protected Overridable Function GetHelpTextCore () As String

반환

String

Platform::String

winrt::hstring

도움말 텍스트입니다.

설명

도움말 텍스트에 대한 컨트롤 동작을 지정하는 것은 일반적이지 않습니다. 대부분의 경우 필요한 앱은 AutomationProperties.HelpText 연결된 속성을 UI 정의 XAML에 적용하여 UI에서 도움말 텍스트 정보를 설정합니다.

적용 대상

추가 정보