UIElementAutomationPeer.GetItemStatusCore Metodo

Definizione

Ottiene una stringa che comunica lo stato visivo dell’elemento UIElement associato a questo UIElementAutomationPeer. Questo metodo viene chiamato da GetItemStatus().

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

Restituisce

String

Stringa che contiene l'oggetto ItemStatus restituito da GetItemStatus(DependencyObject).

Commenti

Ad esempio, lo stato di un contatto messenger può essere "Occupato" o "Online".

Si applica a