ISolutionSearchOptions.SearchFileContents 属性

定义

获取是否应搜索文件的内容。 如果为 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为 ,则不应进行文件内容搜索。

适用于