IVsMRESearchProvider::SetMostRecentlyExecuted Method (IVsSearchQuery^, IVsSearchItemResult^, UInt32, array<IVsSearchItemResult^>^, UInt32)

 

Gets a new collection of MRE items for the specified search query.

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

void SetMostRecentlyExecuted(
	IVsSearchQuery^ pSearchQuery,
	IVsSearchItemResult^ pResult,
	unsigned int dwMaxResults,
	array<IVsSearchItemResult^>^ pSearchItemResults,
	unsigned int% pdwActualResults
)

Parameters

pSearchQuery
Type: Microsoft.VisualStudio.Shell.Interop::IVsSearchQuery^

[in] The search query from which to retrieve the MRE items.

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

[in] The result of the search query.

dwMaxResults
Type: System::UInt32

[in] The maximum number of MRE items to retrieve.

pSearchItemResults
Type: array<Microsoft.VisualStudio.Shell.Interop::IVsSearchItemResult^>^

[in, out, size_is(dwMaxResults), length_is(*pdwActualResults)] The collection of MRE items.

pdwActualResults
Type: System::UInt32

[in, out] The actual number of MRE items.

Return to top
Show: