ISolutionSearchOptions.SearchFileContents プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイルの内容を検索するかどうかを取得します。 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
、ファイル コンテンツ検索は行われません。