ISolutionSearchOptions.SearchFileContents 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得是否應該搜尋檔案的內容。 如果為 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
為 ,則不應該進行檔案內容搜尋。