ISolutionSearchOptions.SearchFileContents 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取是否应搜索文件的内容。 如果为 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
为 ,则不应进行文件内容搜索。