IVsSearchProvider::CreateItemResult Method (String^)
Visual Studio 2015
Creates a new instance of a search result from a persistence string previously obtained by getting the value of the persistence data string.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
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.
Show: