ISolutionSearchOptions.SearchFileContents 属性

定义

获取是否应搜索文件的内容。

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

属性值

Boolean

如果 true 为,则应返回文件内容中的搜索结果。 如果为 false ,则不会执行任何文件内容搜索。

适用于