UIElementAutomationPeer.GetAutomationIdCore メソッド

定義

この UIElementAutomationPeer と関連付けられた UIElement を一意に識別する文字列を取得します。 このメソッドは GetAutomationId() によって呼び出されます。

protected:
 override System::String ^ GetAutomationIdCore();
protected override string GetAutomationIdCore ();
override this.GetAutomationIdCore : unit -> string
Protected Overrides Function GetAutomationIdCore () As String

戻り値

GetAutomationId(DependencyObject) によって返される AutomationId

適用対象