共用方式為


UIElement3DAutomationPeer.GetItemStatusCore 方法

定義

傳回字串,表示與這個 UIElement3D 相關聯之 UIElement3DAutomationPeer 的狀態。 這個方法是由 GetItemStatus() 所呼叫。

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

傳回

String

與這個 UIElement3D 相關聯之 UIElement3DAutomationPeer 的狀態。

備註

傳回字串,指出 是否 UIElement3D 正在傳達專案的狀態。 例如,與訊息應用程式中連絡人相關聯的專案可能是「忙碌」或「已連線」。

這個方法會 AutomationProperties.GetItemStatus 呼叫 方法來取得值。 AutomationProperties.GetItemStatus 只有在設定 屬性時, AutomationProperties.ItemStatus 才會傳回值。 您可以覆寫 GetItemStatusCore 和新增邏輯,以適合您 UIElement3D 的方式來提供專案狀態。

UIElement3DAutomationPeer.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性

適用於