DataGeneratorTask Class

This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Class DataGeneratorTask
    Inherits Task
'Usage
Dim instance As DataGeneratorTask
public class DataGeneratorTask : Task
public ref class DataGeneratorTask : public Task
public class DataGeneratorTask extends Task
public class DataGeneratorTask extends Task

Remarks

For more information about how you can generate data as part of unit tests that are run at the command line, see the following:

Inheritance Hierarchy

System.Object
   Microsoft.Build.Utilities.Task
    Microsoft.VisualStudio.TeamSystem.Data.Tasks.DataGeneratorTask

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataGeneratorTask Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace