次の方法で共有


UIElement3DAutomationPeer.GetAutomationIdCore メソッド

定義

この UIElement3D に関連付けられている UIElement3DAutomationPeer を一意に識別する文字列を返します。 このメソッドは GetAutomationId() によって呼び出されます。

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

戻り値

この UIElement3D に関連付けられている UIElement3DAutomationPeer を一意に識別する文字列。

注釈

このメソッドは、 メソッドを AutomationProperties.GetAutomationId 呼び出して値を取得します。 AutomationProperties.GetAutomationId は、 プロパティが設定されている場合にのみ値を AutomationProperties.AutomationId 返します。 をオーバーライド GetAutomationIdCore し、ロジックを追加して、 に適した方法で識別子を UIElement3D提供できます。

UIElement3DAutomationPeerは、.NET Framework バージョン 3.5 で導入されています。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象