AutomationElement.AutomationElementInformation.ItemStatus Property
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 description of the status of an item within an element.
public:
property System::String ^ ItemStatus { System::String ^ get(); };
public string ItemStatus { get; }
member this.ItemStatus : string
Public ReadOnly Property ItemStatus As String
Property Value
The description of the status.
Remarks
This property enables a client to ascertain whether an element is conveying status about an item. For example, an item associated with a contact in a messaging application might be "Busy" or "Connected".
For more information, see ItemStatusProperty.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.