Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Provides information about a list of objects as well as manipulating the list. Used in the Search pane. The environment implements the interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("5801DB45-16AA-4F08-BB57-82A070B79512")> _
Public Interface IVsObjectListOwner
'Usage
Dim instance As IVsObjectListOwner
[InterfaceTypeAttribute()]
[GuidAttribute("5801DB45-16AA-4F08-BB57-82A070B79512")]
public interface IVsObjectListOwner
[InterfaceTypeAttribute()]
[GuidAttribute(L"5801DB45-16AA-4F08-BB57-82A070B79512")]
public interface class IVsObjectListOwner
public interface IVsObjectListOwner
Remarks
The SetResultsList method of the IVsObjectSearchPane interface returns this interface. You can also get an instance of the interface by using the SVsResourceView (SID_SvsResourceView) service to get an IVsResourceView interface. You then query IVsResourceView for IVsObjectListOwner.