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);
}
public function get DesignerStyles () : GeneratorDesignerStyles
public function set DesignerStyles (value : GeneratorDesignerStyles)
Property Value
Type: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.GeneratorDesignerStyles
One of the GeneratorDesignerStyles values.
Remarks
FilterOnCoercibleOutputs is the default value.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
GeneratorStylesAttribute Class
GeneratorStylesAttribute Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace