Method '{0}' has parameter '{1}' with a System.Runtime.InteropServices.InAttribute or System.Runtime.InteropServices.OutAttribute. Windows Runtime only supports marking ByRef parameters with System.Runtime.InteropServices.OutAttribute, and does not support other usages of those attributes.
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. ...
Method '{0}' has pointer type '{1}' in its signature. Windows Runtime methods cannot have pointer types in their signatures. ...
Method '{0}' in class '{1}' has bad parameter metadata: a pass-by-reference parameter is marked with the 'in' but not the ...
Method '{0}' in class '{1}' has bad parameter metadata: a pass-by-value parameter is marked with the 'out' parameter mode. ...