LookupParameter.GetValue(IBuilderContext) 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:
virtual System::Object ^ GetValue(Microsoft::Practices::ObjectBuilder::IBuilderContext ^ context);
public object GetValue (Microsoft.Practices.ObjectBuilder.IBuilderContext context);
abstract member GetValue : Microsoft.Practices.ObjectBuilder.IBuilderContext -> obj
override this.GetValue : Microsoft.Practices.ObjectBuilder.IBuilderContext -> obj
Public Function GetValue (context As IBuilderContext) As Object
Parameters
- context
- IBuilderContext