<a href="http://files.cnblogs.com/webabcd/Windows8.rar">[源碼下載下傳]</a>
重新想象 Windows 8 Store Apps (38) - 契約: Search Contract
介紹
重新想象 Windows 8 Store Apps 之 契約
Search Contract - 右側邊欄稱之為 Charm, 其中的“搜尋”稱之為 Search Contract
使用 Search Contract 的搜尋建議,資料源在本地,以及從輸入法編輯器中擷取相關資訊
使用 Search Contract 的搜尋建議,資料源在服務端,以及為搜尋建議增加圖示、描述等
使用 Search Contract 的基于本地檔案的搜尋建議,資料來源于檔案的 metadata
示例
1、示範 Search Contract 的基本應用
Contracts/SearchContract/Demo.xaml
Contracts/SearchContract/Demo.xaml.cs
App.xaml.cs
2、本例示範如何使用 Search Contract 的搜尋建議,資料源在本地。同時示範如何從輸入法編輯器中擷取相關資訊
Contracts/SearchContract/LocalSuggestion.xaml
Contracts/SearchContract/LocalSuggestion.xaml.cs
3、本例示範如何使用 Search Contract 的搜尋建議,資料源在服務端。同時示範如何為搜尋建議增加圖示、描述等
Contracts/SearchContract/RemoteSuggestion.xaml
Contracts/SearchContract/RemoteSuggestion.xaml.cs
4、本例示範如何使用 Search Contract 的基于本地檔案的搜尋建議,資料來源于檔案的 metadata
Contracts/SearchContract/LocalFileSuggestion.xaml
Contracts/Sear0chContract/LocalFileSuggestion.xaml.cs
OK