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 传达有关项的状态。 例如,与消息应用程序中的联系人关联的项目可能是“Busy”或“Connected”。

此方法调用 AutomationProperties.GetItemStatus 该方法以获取值。 AutomationProperties.GetItemStatus 仅当设置属性时 AutomationProperties.ItemStatus ,才返回一个值。 可以重写 GetItemStatusCore 和添加逻辑,以一种对项目 UIElement3D有意义的方式提供项状态。

UIElement3DAutomationPeer在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于