AccessibleObject::IReflect::GetProperty Method (String^, BindingFlags)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets a System.Reflection::PropertyInfo object corresponding to a specified property under specified search constraints. For a description of this member, see IReflect::GetProperty.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: virtual PropertyInfo^ GetProperty( String^ name, BindingFlags bindingAttr ) sealed = IReflect::GetProperty
Parameters
- name
-
Type:
System::String^
The name of the property to find.
- bindingAttr
-
Type:
System.Reflection::BindingFlags
The binding attributes used to control the search.
Return Value
Type: System.Reflection::PropertyInfo^A System.Reflection::PropertyInfo object for the located property that meets the search constraints specified in bindingAttr, or null if the property was not located.
| Exception | Condition |
|---|---|
| AmbiguousMatchException | The object implements multiple methods with the same name. |
This member is an explicit interface member implementation. It can be used only when the AccessibleObject instance is cast to an IReflect interface.
Available since 1.1