DefaultGeneratorDesigner.DesignerStyles Property
Gets the style information for the data generator to which this designer corresponds.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DesignerStyles As GeneratorDesignerStyles
'Usage
Dim instance As DefaultGeneratorDesigner
Dim value As GeneratorDesignerStyles
value = instance.DesignerStyles
public virtual GeneratorDesignerStyles DesignerStyles { get; }
public:
virtual property GeneratorDesignerStyles DesignerStyles {
GeneratorDesignerStyles get ();
}
/** @property */
public GeneratorDesignerStyles get_DesignerStyles ()
public function get DesignerStyles () : GeneratorDesignerStyles
Property Value
A GeneratorDesignerStyles value that contains the style information for the data generator to which this designer corresponds.
Remarks
One instance of the designer exists for each column that is included in the data generation plan. The DefaultGeneratorDesigner queries the styles from the GeneratorStylesAttribute of the data generator.
The possible values of this property are None, FilterOnCoercibleOutputs, Deterministic, and CanProduceUniqueValues.
See Also
Tasks
How to: Create Custom Data Generators
Walkthrough: Creating a Custom Data Generator
Reference
DefaultGeneratorDesigner Class
DefaultGeneratorDesigner Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Generator
IGenerator
DefaultDistributionDesigner Class
IGeneratorDesigner
IDesigner