Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Searches for an object in a referenced library or assembly.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("BBA468E0-2D3D-450E-AF95-CCB9DE1162E8")> _
Public Interface IVsObjectSearchPane
[InterfaceTypeAttribute()]
[GuidAttribute("BBA468E0-2D3D-450E-AF95-CCB9DE1162E8")]
public interface IVsObjectSearchPane
[InterfaceTypeAttribute()]
[GuidAttribute(L"BBA468E0-2D3D-450E-AF95-CCB9DE1162E8")]
public interface class IVsObjectSearchPane
[<InterfaceTypeAttribute()>]
[<GuidAttribute("BBA468E0-2D3D-450E-AF95-CCB9DE1162E8")>]
type IVsObjectSearchPane = interface end
public interface IVsObjectSearchPane
The IVsObjectSearchPane type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
SetResultsList | Searches a library and may, depending on the options chosen, display the results in the Results pane. |
Top
Remarks
Serves as an interface for the ObjectSearchResults pane.