Share via


PropertySetterInfo.SelectProperty(IBuilderContext, Type, String) Method

Definition

public:
 virtual System::Reflection::PropertyInfo ^ SelectProperty(Microsoft::Practices::ObjectBuilder::IBuilderContext ^ context, Type ^ type, System::String ^ id);
public System.Reflection.PropertyInfo SelectProperty (Microsoft.Practices.ObjectBuilder.IBuilderContext context, Type type, string id);
abstract member SelectProperty : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * string -> System.Reflection.PropertyInfo
override this.SelectProperty : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * string -> System.Reflection.PropertyInfo
Public Function SelectProperty (context As IBuilderContext, type As Type, id As String) As PropertyInfo

Parameters

context
IBuilderContext
type
Type
id
String

Returns

Implements

Applies to