AddressResult Class
Windows Phone
March 22, 2012
Represents a physical address returned from a call to the Show() method.
System.Object
System.EventArgs
Microsoft.Phone.Tasks.TaskEventArgs
Microsoft.Phone.Tasks.AddressResult
System.EventArgs
Microsoft.Phone.Tasks.TaskEventArgs
Microsoft.Phone.Tasks.AddressResult
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
The AddressResult type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddressResult() | Initializes a new instance of the AddressResult class. |
|
AddressResult(TaskResult) | Initializes a new instance of the AddressResult class with the specified TaskResult. |
| Name | Description | |
|---|---|---|
|
Address | Gets the physical address contained in the result. |
|
DisplayName | Gets the display name associated with the result. |
|
Error | The exception associated with the TaskEventArgs. (Inherited from TaskEventArgs.) |
|
TaskResult | The TaskResult associated with the TaskEventArgs. This indicates whether the task was completed successfully, if the user cancelled the task, or if no result information is available. (Inherited from TaskEventArgs.) |