Document Library for UWP
SearchScope 列挙体

C1.UWP.Document アセンブリ > C1.Xaml.Document 名前空間 : SearchScope 列挙体
検索範囲のテキストを指定します。
シンタックス
'宣言
 
Public Enum SearchScope 
   Inherits System.Enum
public enum SearchScope : System.Enum 
メンバ
メンバ解説
FirstOccurrence最初の一致が見つかるまで検索します。
SinglePage指定されたページ内でのみ検索します。
WholeDocumentドキュメントの最後まで検索します。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Document.SearchScope

参照

C1.Xaml.Document 名前空間