IBuilderContext.GetNextInChain(IBuilderStrategy) 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:
Microsoft::Practices::ObjectBuilder::IBuilderStrategy ^ GetNextInChain(Microsoft::Practices::ObjectBuilder::IBuilderStrategy ^ currentStrategy);
public Microsoft.Practices.ObjectBuilder.IBuilderStrategy GetNextInChain (Microsoft.Practices.ObjectBuilder.IBuilderStrategy currentStrategy);
abstract member GetNextInChain : Microsoft.Practices.ObjectBuilder.IBuilderStrategy -> Microsoft.Practices.ObjectBuilder.IBuilderStrategy
Public Function GetNextInChain (currentStrategy As IBuilderStrategy) As IBuilderStrategy
Parameters
- currentStrategy
- IBuilderStrategy