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
)
void Initialize (
DesignerInit initInfo
)
function Initialize (
initInfo : DesignerInit
)
Parameters
- initInfo
A DesignerInit that contains the type of the distribution.
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).
See Also
Reference
IDesigner Interface
IDesigner Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
DefaultDistributionDesigner Class
DefaultGeneratorDesigner Class
IGeneratorDesigner
Distribution Class
Generator Class