IGeneratorDesigner Interface

Defines the contract for data generator designers.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public Interface IGeneratorDesigner
    Inherits IDesigner
'Usage
Dim instance As IGeneratorDesigner
[CLSCompliantAttribute(true)] 
public interface IGeneratorDesigner : IDesigner
[CLSCompliantAttribute(true)] 
public interface class IGeneratorDesigner : IDesigner
/** @attribute CLSCompliantAttribute(true) */ 
public interface IGeneratorDesigner extends IDesigner
CLSCompliantAttribute(true) 
public interface IGeneratorDesigner extends IDesigner

Remarks

One instance of the designer exists for each column that the data generation plan includes. Implement this interface to create a custom designer for data generators. This interface is part of the base extensibility types for data generators. For more information, see An Overview of Data Generator Extensibility.

See Also

Tasks

How to: Create Custom Data Generators

Reference

IGeneratorDesigner Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
DefaultGeneratorDesigner Class
GeneratorStylesAttribute Class
GeneratorDesignerStyles Enumeration