DefaultGeneratorDesigner.Initialize Method
Initializes the designer with the type of the 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
Public Overridable Sub Initialize ( _
initInfo As DesignerInit _
)
'Usage
Dim instance As DefaultGeneratorDesigner
Dim initInfo As DesignerInit
instance.Initialize(initInfo)
public virtual void Initialize (
DesignerInit initInfo
)
public:
virtual void Initialize (
DesignerInit^ initInfo
)
public void Initialize (
DesignerInit initInfo
)
public function Initialize (
initInfo : DesignerInit
)
Parameters
- initInfo
A DesignerInit that contains the type of the data generator.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException |
The Type property of initInfo is null. |
Remarks
This method must be called before any other method on the designer (other than the constructor).
See Also
Reference
DefaultGeneratorDesigner Class
DefaultGeneratorDesigner Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Generator
IGenerator
DefaultDistributionDesigner Class
IGeneratorDesigner
IDesigner