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

ヘルプ テキスト。

注釈

ヘルプ テキストのコントロール動作を指定することは一般的ではありません。 ほとんどの場合、それを必要とするアプリは、UI 定義 XAML に AutomationProperties.HelpText 添付プロパティを適用することで、UI にヘルプ テキスト情報を確立します。

適用対象

こちらもご覧ください