Finds all properties in the class with the specified name.
[Visual Basic] Overloads Function FindProperties( _ ByVal name As String _ ) As ICodeProperty () [C#] ICodeProperty[] FindProperties( string name ); [C++] ICodeProperty* FindProperties( String* name ) [] = 0; [JScript] function FindProperties( name : String ) : ICodeProperty[];
An array of type ICodeProperty representing the properties in the class matching the specified name. If no matching property is found, a null reference (in Visual Basic Nothing) is returned.
ICodeClass Interface | ICodeClass Members | System.ComponentModel.Design.CodeModel Namespace | ICodeClass.FindProperties Overload List