IPropertySetterInfo.GetValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
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
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