ISolutionSearchOptions.SearchFileContents Property

Definition

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.

Applies to