'宣言 Public Enum SearchScope Inherits System.Enum
'使用法 Dim instance As SearchScope
public enum SearchScope : System.Enum
'宣言 Public Enum SearchScope Inherits System.Enum
'使用法 Dim instance As SearchScope
public enum SearchScope : System.Enum
| メンバ | 解説 |
|---|---|
FirstOccurrence | Searches till the first occurrence is found. |
SinglePage | Searches within the specified page only. |
WholeDocument | Searches to the end of the document. |
System.Object
System.ValueType
System.Enum
C1.Document.SearchScope