AutomationPeer.GetHelpTextCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 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
傳回
說明文字。
備註
指定解說文字的控制項行為並不常見。 在大部分情況下,需要的應用程式會在 UI 中建立解說文字資訊,方法是將 AutomationProperties.HelpText 附加屬性套用至 UI 定義 XAML。