RecentItems 元素
代表[應用程式] 功能表中的 [最近使用的專案] 控制項。
使用方式
<RecentItems
CommandName = "xs:positiveInteger or xs:string"
MaxCount = "xs:nonNegativeInteger"
EnablePinning = "Boolean"/>
屬性
屬性 | 類型 | 必要 | Description |
---|---|---|---|
CommandName |
xs:positiveInteger 或 xs:string |
No |
將專案與 Command產生關聯。 值在功能區 XML 檔中必須是唯一的。 最大長度:100 個字元。 |
EnablePinning |
Boolean |
No |
限制為下列其中一個值, (0 和 1 無效) : |
MaxCount |
xs:nonNegativeInteger |
No |
要顯示的最近專案數目。 預設值為 10。 |
子元素
沒有子項目。
父元素
元素 |
---|
ApplicationMenu.RecentItems |
備註
必要。
每個 ApplicationMenu.RecentItems 元素必須剛好發生一次。
[ 最近的專案] 控制項會顯示功能區應用程式的最近使用 (MRU) 專案清單。
範例
下列範例示範 [最近專案 ] 控制項的基本標記。
下列範例顯示 RecentItems 命令宣告。
<!-- Command declaration for most recently used items. -->
<Command Name="cmdMRUItems"
Symbol="ID_FILE_MRUITEMS"
Id="25050"/>
下列範例顯示相關聯的 RecentItems 控制項宣告。
<!-- Most recently used items collection. -->
<ApplicationMenu.RecentItems>
<RecentItems CommandName="cmdMRUItems"/>
</ApplicationMenu.RecentItems>
項目資訊
- 最低支援系統:Windows 7
- 可以是空的:是