GeneratorStylesAttribute.DesignerStyles Property
Gets or sets the designer styles of the data generator.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
Syntax
'Declaration
Public Property DesignerStyles As GeneratorDesignerStyles
'Usage
Dim instance As GeneratorStylesAttribute
Dim value As GeneratorDesignerStyles
value = instance.DesignerStyles
instance.DesignerStyles = value
public GeneratorDesignerStyles DesignerStyles { get; set; }
public:
property GeneratorDesignerStyles DesignerStyles {
GeneratorDesignerStyles get ();
void set (GeneratorDesignerStyles value);
}
/** @property */
public GeneratorDesignerStyles get_DesignerStyles ()
/** @property */
public void set_DesignerStyles (GeneratorDesignerStyles value)
public function get DesignerStyles () : GeneratorDesignerStyles
public function set DesignerStyles (value : GeneratorDesignerStyles)
Property Value
One of the GeneratorDesignerStyles values.
Remarks
FilterOnCoercibleOutputs is the default value.
See Also
Tasks
How to: Create Custom Data Generators
Reference
GeneratorStylesAttribute Class
GeneratorStylesAttribute Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace