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

戻り値

ItemStatus から返された GetItemStatus(DependencyObject) を格納する文字列。

注釈

たとえば、メッセンジャーの連絡先の状態は、"ビジー" または "オンライン" にすることができます。

適用対象