Finds all properties in the class with the specified type.
[Visual Basic] Overloads Function FindProperties( _ ByVal type As ICodeClass _ ) As ICodeProperty () [C#] ICodeProperty[] FindProperties( ICodeClass type ); [C++] ICodeProperty* FindProperties( ICodeClass* type ) [] = 0; [JScript] function FindProperties( type : ICodeClass ) : ICodeProperty[];
An array of type ICodeProperty representing the properties in the class matching the specified type. 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