다음을 통해 공유


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파일 콘텐츠 검색이 수행되지 않습니다.

적용 대상