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!

DelegateTypeInfo.Parameters

The parameters used in the Invoke method of the delegate.

[Visual Basic]
Public ReadOnly Property Parameters As ICodeParameter ()
[C#]
public ICodeParameter[] Parameters {get;}
[C++]
public: __property ICodeParameter* get_Parameters();
[JScript]
public function get Parameters() : ICodeParameter[];

Property Value

An array of type ICodeParameter storing the parameters for the Invoke method of the delegate.

See Also

DelegateTypeInfo Class | DelegateTypeInfo Members | System.ComponentModel.Design.CodeModel Namespace