ISolutionSearchOptions.SearchFileContents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether or not the content of files should be searched. If true, search results from within file contents should be returned. If false, no file content searches should occur.
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
Property Value
If true
, search results from within file contents should be returned. If false
, no file content searches should occur.