Miner.Responder.Shared Namespace > UserInputManager Class > GetUserInput Method : GetUserInput(String,IDictionary) Method |
'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 )
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