AccessibleObject::IReflect::GetProperties Method (BindingFlags)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets an array of System.Reflection::PropertyInfo objects corresponding to all public properties or to all properties of the current class. For a description of this member, see IReflect::GetProperties.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: virtual array<PropertyInfo^>^ GetProperties( BindingFlags bindingAttr ) sealed = IReflect::GetProperties
Parameters
- bindingAttr
-
Type:
System.Reflection::BindingFlags
The binding attribute used to control the search.
Return Value
Type: array<System.Reflection::PropertyInfo^>^An array of System.Reflection::PropertyInfo objects for all the properties defined on the reflection object.
Implements
IReflect::GetProperties(BindingFlags)This member is an explicit interface member implementation. It can be used only when the AccessibleObject instance is cast to an IReflect interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: