Method '{0}' has parameter '{1}' which takes variable number of arguments. Windows Runtime methods cannot have variable number of arguments.
Method '{0}' has parameter '{1}' which is an array, and which has either a System.Runtime.InteropServices.InAttribute or ...
Method '{0}' has parameter '{1}' which is an array. In the Windows Runtime, the contents of array parameters must be either ...
Method '{0}' has parameter '{1}' which is an array. In the Windows Runtime, the contents of array parameters must be either ...
Method '{0}' has parameter '{1}' which is not an array, and which has either a {2} or a {3}. Windows Runtime does not support ...
Method '{0}' has parameter '{1}' which takes variable number of arguments. Windows Runtime methods cannot have variable number ...
Method '{0}' has parameter '{1}' with 'ByRef' modifier. Windows Runtime methods cannot use parameters for both input and ...
Method '{0}' has parameter '{1}' with 'ref' modifier. Windows Runtime methods cannot use parameters for both input and output. ...
Method '{0}' has parameter '{1}' with a System.Runtime.InteropServices.InAttribute or System.Runtime.InteropServices.OutAttribute. ...
Method '{0}' has parameter '{1}' with a System.Runtime.InteropServices.InAttribute or System.Runtime.InteropServices.OutAttribute. ...