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.FindProperties

Finds all properties in the class with the specified name.

Overload List

Finds all properties in the class with the specified name.

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

Finds all properties in the class with the specified type.

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

See Also

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