GoogleSearchOptionsToNameValueCollection Method
Returns a NameValueCollection that represents the Google query for this instance.
Namespace: DevCase.ThirdParty.Google.SearchAssembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual NameValueCollection ToNameValueCollection()
Public Overridable Function ToNameValueCollection As NameValueCollection
Dim instance As GoogleSearchOptions
Dim returnValue As NameValueCollection
returnValue = instance.ToNameValueCollection()
public:
virtual NameValueCollection^ ToNameValueCollection()
abstract ToNameValueCollection : unit -> NameValueCollection
override ToNameValueCollection : unit -> NameValueCollection
No code example is currently available or this language may not be supported.
Return Value
NameValueCollection
A
NameValueCollection that represents the
Google query for this instance.