UIElementAutomationPeer.GetItemStatusCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string that communicates the visual status of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetItemStatus().
protected:
override System::String ^ GetItemStatusCore();
protected override string GetItemStatusCore ();
override this.GetItemStatusCore : unit -> string
Protected Overrides Function GetItemStatusCore () As String
Returns
The string that contains the ItemStatus that is returned by GetItemStatus(DependencyObject).
Remarks
For example, the status of a messenger contact can be "Busy" or "Online".
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.