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