UIElement3DAutomationPeer.GetAutomationIdCore メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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 のバージョンおよび依存関係」を参照してください。
適用対象
.NET