Prepares to populate the children of the assembly test on demand by
adding a deferred populator with AddDeferredComponentPopulator(DeferredComponentPopulator).
Namespace:
Gallio.Framework.PatternAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
protected virtual void PrepareToPopulateChildrenOnDemand( IPatternScope assemblyScope, IAssemblyInfo assembly ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub PrepareToPopulateChildrenOnDemand ( _ assemblyScope As IPatternScope, _ assembly As IAssemblyInfo _ ) |
Parameters
- assemblyScope
- Type: Gallio.Framework.Pattern..::.IPatternScope
The assembly scope.
- assembly
- Type: Gallio.Common.Reflection..::.IAssemblyInfo
The assembly.
