IReflect::GetProperty Method (String^, BindingFlags, Binder^, Type^, array<Type^>^, array<ParameterModifier>^)
Retrieves a PropertyInfo object that corresponds to a specified property with specified search constraints.
Assembly: mscorlib (in mscorlib.dll)
PropertyInfo^ GetProperty( String^ name, BindingFlags bindingAttr, Binder^ binder, Type^ returnType, array<Type^>^ types, array<ParameterModifier>^ modifiers )
Parameters
- name
-
Type:
System::String^
The name of the member to find.
- bindingAttr
-
Type:
System.Reflection::BindingFlags
The binding attribute used to control the search.
- binder
-
Type:
System.Reflection::Binder^
An object that implements Binder, containing properties related to this method.
- returnType
-
Type:
System::Type^
The type of the property.
- types
-
Type:
array<System::Type^>^
An array used to choose among overloaded methods with the same name.
- modifiers
-
Type:
array<System.Reflection::ParameterModifier>^
An array used to choose the parameter modifiers.
Return Value
Type: System.Reflection::PropertyInfo^A PropertyInfo object for the located property, if a property with the specified name was located in this reflection object, or null if the property was not located.
This method retrieves a PropertyInfo object corresponding to a specified property under specified search constraints. A type array is used to choose from among overloaded methods.
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0