Populates the data source with the contributions of this attribute.
Namespace:
Gallio.Framework.PatternAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
protected virtual void PopulateDataSource( IPatternScope scope, DataSource dataSource, ICodeElementInfo codeElement ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub PopulateDataSource ( _ scope As IPatternScope, _ dataSource As DataSource, _ codeElement As ICodeElementInfo _ ) |
Parameters
- scope
- Type: Gallio.Framework.Pattern..::.IPatternScope
The scope.
- dataSource
- Type: Gallio.Framework.Data..::.DataSource
The data source.
- codeElement
- Type: Gallio.Common.Reflection..::.ICodeElementInfo
The code element.
