ISolutionSearchOptions.SearchFileContents プロパティ

定義

ファイルの内容を検索するかどうかを取得します。 true の場合は、ファイルの内容内からの検索結果が返されます。 false の場合、ファイル コンテンツの検索は行われません。

public:
 property bool SearchFileContents { bool get(); };
public:
 property bool SearchFileContents { bool get(); };
public bool SearchFileContents { get; }
member this.SearchFileContents : bool
Public ReadOnly Property SearchFileContents As Boolean

プロパティ値

の場合 trueは、ファイルの内容内からの検索結果が返されます。 の場合 false、ファイル コンテンツ検索は行われません。

適用対象