DefaultDistributionDesigner.Initialize Method

Initializes the designer with the type of the distribution 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 DefaultDistributionDesigner
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 distribution.

Exceptions

Exception type Condition

ArgumentNullException

The Type property of initInfo is a null reference (Nothing in Visual Basic).

Remarks

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

See Also

Reference

DefaultDistributionDesigner Class
DefaultDistributionDesigner Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Distribution
IDistribution
DefaultGeneratorDesigner
IGeneratorDesigner
IDesigner