UIElement3DAutomationPeer.GetLabeledByCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回項目的 AutomationPeer,這個項目是以這個 UIElement3D 的 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,這個項目是以這個 UIElement3D 的 UIElement3DAutomationPeer 為目標。
備註
這個方法會 GetLabeledBy 呼叫 方法來取得值。 GetLabeledBy 只有在設定 屬性時, AutomationProperties.LabeledBy 才會傳回值。 您可以覆寫 GetLabeledByCore 和新增邏輯,以提供 AutomationPeer 對您 有意義的 UIElement3D 方式。
UIElement3DAutomationPeer.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性。