IVsSearchProvider::CreateItemResult Method (String^)

 

Creates a new instance of a search result from a persistence string previously obtained by getting the value of the persistence data string.

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

IVsSearchItemResult^ CreateItemResult(
	String^ lpszPersistenceData
)

Parameters

lpszPersistenceData
Type: System::String^

[in] The persistence string from which to re-create a previous search result.

Return Value

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

An IVsSearchItemResult if the persisted item is valid in the current context, null otherwise.

Return to top
Show: