Parameters associated with the response to GetDisplay request.
| C# | Visual Basic | Visual C++ |
public class GetDisplayResponseArgs : Phone..::.commonResponseArgs
Public Class GetDisplayResponseArgs _ Inherits Phone..::.commonResponseArgs
public ref class GetDisplayResponseArgs : public Phone..::.commonResponseArgs
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| getContentsOfDisplay |
Current contents of the display.
| |
| getError |
Exception, if any, returned from the server.
(Inherited from Phone..::.commonResponseArgs.) | |
| getInvokeId |
Invoke Id associated with the original request to the server.
(Inherited from Phone..::.commonResponseArgs.) | |
| getlogicalColumns |
Number of columns the display has.
| |
| getlogicalRows |
Number of rows the display has.
| |
| getPhone |
Phone object that this response was sent to.
(Inherited from Phone..::.commonResponseArgs.) | |
| getUserState |
The User State object the application sent with the original request.
(Inherited from Phone..::.commonResponseArgs.) |
| Object | |||
| EventArgs | |||
| Phone..::.commonResponseArgs | |||
| Phone..::.GetDisplayResponseArgs | |||
Assembly: ServiceProvider (Module: ServiceProvider)