Guide.EndShowKeyboardInput Method
Ends the display of the keyboard input dialog box.
Syntax
'Declaration
Public Shared Function EndShowKeyboardInput ( _
result As IAsyncResult _
) As String
public static string EndShowKeyboardInput (
IAsyncResult result
)
public:
static String EndShowKeyboardInput(
IAsyncResult result
)
Parameters
- result
Type: IAsyncResult
The IAsyncResult returned from BeginShowKeyboardInput.
Return Value
Type: String
Input received from the gamer.
Requirements
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
See Also
Reference
Guide Class
Guide Members
Microsoft.Xna.Framework.GamerServices Namespace
Platforms
Windows Phone