IVsGlobalSearchUIResultsCategory.GetResult(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the displayed result by index from this category.
public:
Microsoft::VisualStudio::Shell::Interop::IVsSearchItemResult ^ GetResult(System::UInt32 dwIndex);
public:
Microsoft::VisualStudio::Shell::Interop::IVsSearchItemResult ^ GetResult(unsigned int dwIndex);
Microsoft::VisualStudio::Shell::Interop::IVsSearchItemResult GetResult(unsigned int dwIndex);
public Microsoft.VisualStudio.Shell.Interop.IVsSearchItemResult GetResult (uint dwIndex);
abstract member GetResult : uint32 -> Microsoft.VisualStudio.Shell.Interop.IVsSearchItemResult
Public Function GetResult (dwIndex As UInteger) As IVsSearchItemResult
Parameters
- dwIndex
- UInt32
[in] Index of the displayed result to return.
Returns
The displayed result.