ISolutionSearchOptions.SearchFileContents Property

Definition

Gets whether or not the content of files should be searched.

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

Boolean

If true, search results from within file contents should be returned. If false, no file content searches should occur.

Applies to