IVsSearchControlPrivate Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
<GuidAttribute("FF8740CE-7879-4E8E-9C06-F887608D5E06")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSearchControlPrivate
[GuidAttribute("FF8740CE-7879-4E8E-9C06-F887608D5E06")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchControlPrivate
[GuidAttribute(L"FF8740CE-7879-4E8E-9C06-F887608D5E06")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSearchControlPrivate
[<GuidAttribute("FF8740CE-7879-4E8E-9C06-F887608D5E06")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchControlPrivate =  interface end
public interface IVsSearchControlPrivate

The IVsSearchControlPrivate type exposes the following members.

Methods

  Name Description
Public method ApplySearchFilter
Public method ClickDropdownButton
Public method ClickSearchButton
Public method ClickSearchOption
Public method DeleteMRUItem
Public method GetSearchBoxSelection
Public method SelectMRUItem
Public method SetSearchBoxSelection
Public method SetSearchBoxText

Top

See Also

Reference

Microsoft.Internal.VisualStudio.Shell.Interop Namespace