UIElementAutomationPeer.GetItemStatusCore 方法

定义

获取传送与此 UIElement 关联的 UIElementAutomationPeer 的可视状态的字符串。 此方法由 GetItemStatus() 调用。

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

返回

String

包含由 ItemStatus 返回的 GetItemStatus(DependencyObject) 的字符串。

注解

例如,信使联系人的状态可以是“Busy”或“Online”。

适用于