IVsGlobalSearchUIResultsCategory::GetResult Method (UInt32)

 

Get the displayed result by index from this category.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

IVsSearchItemResult^ GetResult(
	unsigned int dwIndex
)

Parameters

dwIndex
Type: System::UInt32

[in] Index of the displayed result to return.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsSearchItemResult^

The displayed result.

Return to top
Show: