ISolutionSearchOptions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the options a search provider should use when providing search results for a search of the solution.
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
- Attributes
Properties
SearchExternalItems |
Gets whether or not the content of external items should be searched. If true, search results from within external items should be returned. If false, no external items searches should occur. |
SearchFileContents |
Gets whether or not the content of files should be searched. If true, search results from within file contents should be returned. If false, no file content searches should occur. |