UIElementAutomationPeer.GetItemStatusCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取传送与此 UIElement 关联的 UIElementAutomationPeer 的可视状态的字符串。 此方法由 GetItemStatus() 调用。
protected:
override System::String ^ GetItemStatusCore();
protected override string GetItemStatusCore ();
override this.GetItemStatusCore : unit -> string
Protected Overrides Function GetItemStatusCore () As String
返回
包含由 ItemStatus 返回的 GetItemStatus(DependencyObject) 的字符串。
注解
例如,信使联系人的状态可以是“Busy”或“Online”。