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!

ICodeProperty.GetParameters

Gets the collection of parameters for the property.

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

Return Value

The collection of parameters for the property.

See Also

ICodeProperty Interface | ICodeProperty Members | System.ComponentModel.Design.CodeModel Namespace | ICodeParameter