IVsWindowSearch 인터페이스

 

창에서 검색 가능한 콘텐츠를 구현 합니다.검색 호스트 검색 시작 또는 검색 옵션에이 인터페이스를 호출 합니다. 때 인터페이스 구현으로 도구 창에는 IVsWindowPane 클래스 또는 VSFPROPID_ViewHelper, 셸 검색 도구를 사용 하는 경우 확인 하려면 Searchenabled에 의해 호출 됩니다.그렇다면, 셸 셸 프레임/도구 모음 영역에서 검색 컨트롤에 대 한 기본 위치를 사용 하 여 창 관련 검색 호스트 자동으로 설치 됩니다.

네임스페이스:   Microsoft.VisualStudio.Shell.Interop
어셈블리:  Microsoft.VisualStudio.Shell.Interop.11.0.dll의 Microsoft.VisualStudio.Shell.Interop.11.0

구문

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("8640A5BB-A6F8-4E4C-B4D7-C7041CFF3C71")]
public interface IVsWindowSearch
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("8640A5BB-A6F8-4E4C-B4D7-C7041CFF3C71")]
public interface class IVsWindowSearch
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("8640A5BB-A6F8-4E4C-B4D7-C7041CFF3C71")>]
type IVsWindowSearch = interface end
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("8640A5BB-A6F8-4E4C-B4D7-C7041CFF3C71")>
Public Interface IVsWindowSearch

속성

이름 설명
System_CAPS_pubproperty Category

Gets the GUID of the search provider. For a tool window search provider, if the category is not returned the tool window guid will be used by default.

System_CAPS_pubproperty SearchEnabled

System_CAPS_pubproperty SearchFiltersEnum

Returns an interface that can be used to enumerate search filters.

System_CAPS_pubproperty SearchOptionsEnum

Allows the window search host to obtain overridable search options.

메서드

이름 설명
System_CAPS_pubmethod ClearSearch()

System_CAPS_pubmethod CreateSearch(UInt32, IVsSearchQuery, IVsSearchCallback)

System_CAPS_pubmethod OnNavigationKeyDown(UInt32, UInt32)

System_CAPS_pubmethod ProvideSearchSettings(IVsUIDataSource)

참고 항목

Microsoft.VisualStudio.Shell.Interop 네임스페이스

맨 위로 이동