NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeMethodInvokeExpression.GetParameters

Gets the collection of parameters that will be used to invoke the method.

[Visual Basic]
Function GetParameters() As ICodeParameters
[C#]
ICodeParameters GetParameters();
[C++]
ICodeParameters* GetParameters() = 0;
[JScript]
function GetParameters() : ICodeParameters;

Return Value

The parameters that will be used to invoke the method.

See Also

ICodeMethodInvokeExpression Interface | ICodeMethodInvokeExpression Members | System.ComponentModel.Design.CodeModel Namespace