次の方法で共有


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 の場合、ファイル コンテンツの検索は行われません。

適用対象