ArcFM Responder Mobile Developer Guide
GetUserInput(String,IDictionary) Method






Type name the user input control.
The properties that the user input controls will edit.
Gets input from the user by a user input control.
Syntax
'Declaration
 
Public Overloads Function GetUserInput( _
   ByVal typeName As System.String, _
   ByVal properties As System.Collections.IDictionary _
) As System.Collections.IDictionary
'Usage
 
Dim instance As UserInputManager
Dim typeName As System.String
Dim properties As System.Collections.IDictionary
Dim value As System.Collections.IDictionary
 
value = instance.GetUserInput(typeName, properties)
public System.Collections.IDictionary GetUserInput( 
   System.string typeName,
   System.Collections.IDictionary properties
)
public function GetUserInput( 
    typeName: System.String;
    properties: System.Collections.IDictionary
): System.Collections.IDictionary; 
public function GetUserInput( 
   typeName : System.String,
   properties : System.Collections.IDictionary
) : System.Collections.IDictionary;
public: System.Collections.IDictionary* GetUserInput( 
   System.string* typeName,
   System.Collections.IDictionary* properties
) 
public:
System.Collections.IDictionary^ GetUserInput( 
   System.String^ typeName,
   System.Collections.IDictionary^ properties
) 

Parameters

typeName
Type name the user input control.
properties
The properties that the user input controls will edit.

Return Value

A new list of properties that have be edited by the user input controls.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UserInputManager Class
UserInputManager Members
Overload List

Send Feedback