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!

ICodeClass.FindAllProperties

Finds all properties declared in the class.

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

Return Value

An array of type ICodeProperty representing all the properties in the class. If no properties are found, a null reference (in Visual Basic Nothing) is returned.

See Also

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