ArcFM Responder Mobile Developer Guide
GetUserInputs Method (UserInputManager)






Syntax
'Declaration
 
Public Function GetUserInputs( _
   ByVal query As QueryClass, _
   ByVal parentControl As System.Object, _
   Optional ByVal initProperties As System.Collections.IDictionary _
) As IUserInput()
'Usage
 
Dim instance As UserInputManager
Dim query As QueryClass
Dim parentControl As System.Object
Dim initProperties As System.Collections.IDictionary
Dim value() As IUserInput
 
value = instance.GetUserInputs(query, parentControl, initProperties)
public IUserInput[] GetUserInputs( 
   QueryClass query,
   System.object parentControl,
   System.Collections.IDictionary initProperties
)
public function GetUserInputs( 
    query: QueryClass;
    parentControl: System.TObject;
    initProperties: System.Collections.IDictionary
): array of IUserInput; 
public function GetUserInputs( 
   query : QueryClass,
   parentControl : System.Object,
   initProperties : System.Collections.IDictionary
) : IUserInput[];
public: IUserInput*[]* GetUserInputs( 
   QueryClass* query,
   System.Object* parentControl,
   System.Collections.IDictionary* initProperties
) 
public:
array<IUserInput^>^ GetUserInputs( 
   QueryClass^ query,
   System.Object^ parentControl,
   System.Collections.IDictionary^ initProperties
) 

Parameters

query
parentControl
initProperties
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

Send Feedback