Miner.Responder.Shared Namespace > UserInputManager Class : GetUserInputProperties Method |
'Declaration
Public Function GetUserInputProperties( _ ByVal userInputs As System.Collections.Generic.IEnumerable(Of IUserInput), _ ByVal properties As System.Collections.IDictionary _ ) As System.Boolean
'Usage
Dim instance As UserInputManager Dim userInputs As System.Collections.Generic.IEnumerable(Of IUserInput) Dim properties As System.Collections.IDictionary Dim value As System.Boolean value = instance.GetUserInputProperties(userInputs, properties)
public System.bool GetUserInputProperties( System.Collections.Generic.IEnumerable<IUserInput> userInputs, System.Collections.IDictionary properties )
public function GetUserInputProperties( userInputs: System.Collections.Generic.IEnumerable; properties: System.Collections.IDictionary ): System.Boolean;
public function GetUserInputProperties( userInputs : System.Collections.Generic.IEnumerable, properties : System.Collections.IDictionary ) : System.boolean;
public: System.bool GetUserInputProperties( System.Collections.Generic.IEnumerable<IUserInput*>* userInputs, System.Collections.IDictionary* properties )
public: System.bool GetUserInputProperties( System.Collections.Generic.IEnumerable<IUserInput^>^ userInputs, 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