語句検索と文字列検索
検索ボックスに
検索文字列
と入れると、
<condition type="leafCondition" property="System.Generic.String" operator="wordmatch" propertyType="string" value="検索文字列 " localeName="ja-JP">
System.Generic.Stringは、デフォルトの複数の文字列プロパティの集合。
wordmatchは、語句検索、語句の一致。
検索ボックスに
内容:~~"検索文字列"
と入れると、
<condition type="leafCondition" property="System.Search.Contents" operator="contains" propertyType="string" value="検索文字列" localeName="ja-JP">
System.Search.Contentsは、ファイル内容。
containsは、文字列検索、文字列を含む。
« 「検索条件を保存」(.search-ms)と検索結果のショートカット(.lnk または .url) | トップページ | ジャンプリストの履歴は、shell:Recent\AutomaticDestinations »