AccessibleObject::IReflect::GetProperty Method (String^, BindingFlags, Binder^, Type^, array<Type^>^, array<ParameterModifier>^)

 

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 with specified search constraints. For a description of this member, see IReflect::GetProperty.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual PropertyInfo^ GetProperty(
	String^ name,
	BindingFlags bindingAttr,
	Binder^ binder,
	Type^ returnType,
	array<Type^>^ types,
	array<ParameterModifier>^ modifiers
) sealed = IReflect::GetProperty

Parameters

name
Type: System::String^

The name of the member to find.

bindingAttr
Type: System.Reflection::BindingFlags

The binding attributes 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^

An array used to choose among overloaded methods.

types
Type: array<System::Type^>^

An array of parameter modifiers used to make binding work with parameter signatures in which the types have been modified.

modifiers
Type: array<System.Reflection::ParameterModifier>^

An array used to choose the parameter modifiers.

Return Value

Type: System.Reflection::PropertyInfo^

A System.Reflection::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 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
Return to top
Show: