Share via


ISolutionSearchOptions.SearchFileContents 屬性

定義

取得是否應該搜尋檔案的內容。 如果為 true,則應該傳回來自檔案內容內的搜尋結果。 如果為 false,則不應該進行檔案內容搜尋。

public:
 property bool SearchFileContents { bool get(); };
public:
 property bool SearchFileContents { bool get(); };
public bool SearchFileContents { get; }
member this.SearchFileContents : bool
Public ReadOnly Property SearchFileContents As Boolean

屬性值

如果 true為 ,則應該傳回來自檔案內容內的搜尋結果。 如果 false為 ,則不應該進行檔案內容搜尋。

適用於