DesignerInit Constructor (Type)

Initializes a new instance of the DesignerInit class with the specified data generator type.

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly:  Microsoft.VisualStudio.TeamSystem.Data (in Microsoft.VisualStudio.TeamSystem.Data.dll)

Syntax

'Declaration
Public Sub New ( _
    type As Type _
)
'Usage
Dim type As Type

Dim instance As New DesignerInit(type)
public DesignerInit(
    Type type
)
public:
DesignerInit(
    Type^ type
)
public function DesignerInit(
    type : Type
)

Parameters

  • type
    Type: System.Type
    The type of the data generator that this designer supports.

Remarks

One instance of a designer exists for each column that is included in the data generation plan. type is the type of the data generator for the column that this designer supports.

Permissions

See Also

Reference

DesignerInit Class

DesignerInit Members

DesignerInit Overload

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

DefaultGeneratorDesigner

DefaultDistributionDesigner

IDesigner