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
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