OutputDescriptor Class

Describes a single output of a data generator.

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly:  Microsoft.VisualStudio.TeamSystem.Data (in Microsoft.VisualStudio.TeamSystem.Data.dll)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public NotInheritable Class OutputDescriptor _
    Implements IXmlSerializable
'Usage
Dim instance As OutputDescriptor
[CLSCompliantAttribute(true)]
public sealed class OutputDescriptor : IXmlSerializable
[CLSCompliantAttribute(true)]
public ref class OutputDescriptor sealed : IXmlSerializable
public final class OutputDescriptor implements IXmlSerializable

Remarks

Output descriptors correspond to the outputs that a data generator produces. The outputs appear in the Generator Output column in the Column Details window, where the user can view and select them.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.OutputDescriptor

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

OutputDescriptor Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

GetOutputValue

OutputAttribute

InputDescriptor

Other Resources

How to: Add Output Properties to a Data Generator

Walkthrough: Creating a Custom Data Generator