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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace