Finds all properties in the class with the specified name.
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[];
ICodeClass Interface | ICodeClass Members | System.ComponentModel.Design.CodeModel Namespace