Share via


PropertySetterInfo.GetValue Method

Definition

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

Parameters

context
IBuilderContext
type
Type
id
String
propInfo
PropertyInfo

Returns

Implements

Applies to