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 中建立帮助文本信息。

适用于

另请参阅