QueryOptions.LoadFromString(String) Method

Definition

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.

Applies to