SearchFileOptions 생성자

정의

Search 파일 옵션 생성자

public SearchFileOptions (bool includeMiscellaneousItems, bool includeHiddenItems, bool includeExternalItems, System.Collections.Immutable.ImmutableArray<string>? filters);
new Microsoft.VisualStudio.Text.Operations.SearchFileOptions : bool * bool * bool * Nullable<System.Collections.Immutable.ImmutableArray<string>> -> Microsoft.VisualStudio.Text.Operations.SearchFileOptions
Public Sub New (includeMiscellaneousItems As Boolean, includeHiddenItems As Boolean, includeExternalItems As Boolean, filters As Nullable(Of ImmutableArray(Of String)))

매개 변수

includeMiscellaneousItems
Boolean

인덱스 결과에 기타 프로젝트 파일 포함

includeHiddenItems
Boolean

인덱스 결과에 숨겨진 항목 포함

includeExternalItems
Boolean

인덱스 결과에 외부 항목 포함

filters
Nullable<ImmutableArray<String>>

인덱스 결과에 포함되거나 제외되는 파일 확장명 필터 목록( 예: .cs :-)은 파일 확장명 .cs 일치만 고려해야 했음을 의미합니다. cs :-는 확장명 .cs 있는 모든 파일을 고려해서는 안 됨을 의미합니다. 필터는 파일 확장자용이거나 파일 경로로 끝나거나 디렉터리 경로를 포함할 수 있습니다.

적용 대상