GoogleSearchResult(String, String, String) Constructor
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 GoogleSearchResult(
string title,
string url,
string description
)
Public Sub New (
title As String,
url As String,
description As String
)
Dim title As String
Dim url As String
Dim description As String
Dim instance As New GoogleSearchResult(title, url,
description)
public:
GoogleSearchResult(
String^ title,
String^ url,
String^ description
)
new :
title : string *
url : string *
description : string -> GoogleSearchResult
No code example is currently available or this language may not be supported.
Parameters
- title String
-
The search result title.
- url String
-
The search result url.
- description String
-
The search result description.