Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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