UIElement3DAutomationPeer.GetLabeledByCore メソッド

定義

この AutomationPeerUIElement3D を対象とする要素の UIElement3DAutomationPeer を返します。 このメソッドは GetLabeledBy() によって呼び出されます。

protected:
 override System::Windows::Automation::Peers::AutomationPeer ^ GetLabeledByCore();
protected override System.Windows.Automation.Peers.AutomationPeer GetLabeledByCore ();
override this.GetLabeledByCore : unit -> System.Windows.Automation.Peers.AutomationPeer
Protected Overrides Function GetLabeledByCore () As AutomationPeer

戻り値

AutomationPeer

この AutomationPeerUIElement3D を対象とする要素の UIElement3DAutomationPeer

注釈

このメソッドは、メソッドを GetLabeledBy 呼び出して値を取得します。 GetLabeledBy は、プロパティが設定されている場合にのみ値を AutomationProperties.LabeledBy 返します。 ロジックをオーバーライド GetLabeledByCore して追加して、意味のある方法で提供 AutomationPeer することができます UIElement3D

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

適用対象