AutomationPeer.GetAutomationIdCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 Microsoft 使用者介面自動化 用戶端呼叫 GetAutomationId 或對等的 Microsoft 使用者介面自動化 用戶端 API 時,提供對等的行為。
protected:
virtual Platform::String ^ GetAutomationIdCore() = GetAutomationIdCore;
winrt::hstring GetAutomationIdCore();
protected virtual string GetAutomationIdCore();
function getAutomationIdCore()
Protected Overridable Function GetAutomationIdCore () As String
傳回
自動化標識碼。
備註
為 AutomationId 提供類別型行為並不常見。 應用程式作者通常會在 XAML UI 定義中設定 AutomationProperties.AutomationId 附加屬性,以設定應用程式中元素的值。