CommandStrategy.BuildUp(IBuilderContext, Type, Object, String) 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:
override System::Object ^ BuildUp(Microsoft::Practices::ObjectBuilder::IBuilderContext ^ context, Type ^ t, System::Object ^ existing, System::String ^ id);
public override object BuildUp (Microsoft.Practices.ObjectBuilder.IBuilderContext context, Type t, object existing, string id);
override this.BuildUp : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * obj * string -> obj
Public Overrides Function BuildUp (context As IBuilderContext, t As Type, existing As Object, id As String) As Object
Parameters
- context
- IBuilderContext
- t
- Type
- existing
- Object
- id
- String