IVsGlobalSearchUIResultsCategory.GetResult(UInt32) Method

Definition

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.

Applies to