共用方式為


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,則不應該進行檔案內容搜尋。

適用於