Returns an array of PropertyInfo objects representing properties defined on this TypeDelegator.
[Visual Basic] Overrides Public Function GetProperties( _ ByVal bindingAttr As BindingFlags _ ) As PropertyInfo () [C#] public override PropertyInfo[] GetProperties( BindingFlags bindingAttr ); [C++] public: override PropertyInfo* GetProperties( BindingFlags bindingAttr ) []; [JScript] public override function GetProperties( bindingAttr : BindingFlags ) : PropertyInfo[];
An array of PropertyInfo objects representing properties defined on this TypeDelegator.
To be supplied
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace