Share via


IDesigner.Initialize Method

When implemented in a class, initializes the designer with the type of the distribution or data generator to which it corresponds.

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

Syntax

'Declaration
Sub Initialize ( _
    initInfo As DesignerInit _
)
'Usage
Dim instance As IDesigner
Dim initInfo As DesignerInit

instance.Initialize(initInfo)
void Initialize(
    DesignerInit initInfo
)
void Initialize(
    DesignerInit^ initInfo
)
function Initialize(
    initInfo : DesignerInit
)

Parameters

Remarks

The data generator engine calls this method at design-time.

You must call this method before you call any other method on the designer (other than the constructor).

Permissions

See Also

Reference

IDesigner Interface

IDesigner Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

DefaultDistributionDesigner

DefaultGeneratorDesigner

IGeneratorDesigner

Distribution

Generator