ISolutionSearchOptions Interface
Represents the options a search provider should use when providing search results for a search of the solution.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
<GuidAttribute("C3B7CD23-FCDE-4309-B559-5EF4B2B2E305")> _
Public Interface ISolutionSearchOptions
[GuidAttribute("C3B7CD23-FCDE-4309-B559-5EF4B2B2E305")]
public interface ISolutionSearchOptions
[GuidAttribute(L"C3B7CD23-FCDE-4309-B559-5EF4B2B2E305")]
public interface class ISolutionSearchOptions
[<GuidAttribute("C3B7CD23-FCDE-4309-B559-5EF4B2B2E305")>]
type ISolutionSearchOptions = interface end
public interface ISolutionSearchOptions
The ISolutionSearchOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
SearchExternalItems | Gets whether or not the content of files should be searched. | |
SearchFileContents | Gets whether or not the content of external items should be searched. |
Top