QueryOptions.LoadFromString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the current instance of the QueryOptions class with search parameters specified by a string that was created by the SaveToString method.
public:
virtual void LoadFromString(Platform::String ^ value) = LoadFromString;
void LoadFromString(winrt::hstring const& value);
public void LoadFromString(string value);
function loadFromString(value)
Public Sub LoadFromString (value As String)
Parameters
- value
-
String
Platform::String
winrt::hstring
A string retrieved by a previous call to SaveToString.