UIElement3DAutomationPeer.GetItemStatusCore Metodo

Definizione

Restituisce una stringa che comunica lo stato dell'oggetto UIElement3D associato all'oggetto UIElement3DAutomationPeer corrente. 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

Stato dell'oggetto UIElement3D associato all'oggetto UIElement3DAutomationPeer corrente.

Commenti

Restituisce una stringa che indica se lo UIElement3D stato viene trasmesso su un elemento. Ad esempio, un elemento associato a un contatto in un'applicazione di messaggistica potrebbe essere "Occupato" o "Connesso".

Questo metodo chiama il AutomationProperties.GetItemStatus metodo per ottenere il valore. AutomationProperties.GetItemStatus restituisce un valore solo quando la AutomationProperties.ItemStatus proprietà è impostata. È possibile eseguire l'override GetItemStatusCore e aggiungere la logica per fornire lo stato dell'elemento in modo che abbia senso per l'oggetto UIElement3D.

UIElement3DAutomationPeerviene introdotto nella .NET Framework versione 3.5. Per altre informazioni, vedere Versioni e dipendenze.

Si applica a