共用方式為


AutomationProperties.ItemStatusProperty 屬性

定義

識別 ItemStatus 附加屬性,其描述自動化專案專案的狀態。

public:
 static property DependencyProperty ^ ItemStatusProperty { DependencyProperty ^ get(); };
static DependencyProperty ItemStatusProperty();
public static DependencyProperty ItemStatusProperty { get; }
var dependencyProperty = AutomationProperties.itemStatusProperty;
Public Shared ReadOnly Property ItemStatusProperty As DependencyProperty

屬性值

包含 ItemStatus 附加屬性識別碼的文字字串。

備註

ItemStatus 屬性可讓用戶端確定專案是否要傳達專案的狀態,以及狀態是什麼。 例如,與訊息應用程式中連絡人相關聯的專案可能是「忙碌」或「已連線」。

支援 ItemStatus 時,字串必須符合應用程式 UI 語言或作業系統預設 UI 語言。

適用於