Sdílet prostřednictvím


DistributionAttribute Constructor

Initializes a new instance of the DistributionAttribute class.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)

Syntax

'Declaration
Public Sub New ( _
    designerType As Type _
)
'Usage
Dim designerType As Type

Dim instance As New DistributionAttribute(designerType)
public DistributionAttribute (
    Type designerType
)
public:
DistributionAttribute (
    Type^ designerType
)
public DistributionAttribute (
    Type designerType
)
public function DistributionAttribute (
    designerType : Type
)

Parameters

  • designerType
    The Type of the designer for this distribution. designerType must implement IDesigner.

Remarks

You can create a custom designer for a custom distribution, or you can use DefaultDistributionDesigner.

See Also

Reference

DistributionAttribute Class
DistributionAttribute Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
IDistribution
Distribution Class
DistributionInit

Other Resources

Generating Data with Data Generators