ISolutionSearchOptions 接口

定义

表示搜索提供程序在为解决方案搜索提供搜索结果时应使用的选项。

public interface class ISolutionSearchOptions
public interface class ISolutionSearchOptions
__interface ISolutionSearchOptions
[System.Runtime.InteropServices.Guid("C3B7CD23-FCDE-4309-B559-5EF4B2B2E305")]
public interface ISolutionSearchOptions
[<System.Runtime.InteropServices.Guid("C3B7CD23-FCDE-4309-B559-5EF4B2B2E305")>]
type ISolutionSearchOptions = interface
Public Interface ISolutionSearchOptions
属性

属性

SearchExternalItems

获取是否应搜索外部项的内容。 如果为 true,则应返回来自外部项内的搜索结果。 如果为 false,则不应进行外部项搜索。

SearchFileContents

获取是否应搜索文件的内容。 如果为 true,则应返回文件内容中的搜索结果。 如果为 false,则不应进行文件内容搜索。

适用于