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
/** @attribute CLSCompliantAttribute(true) */
public final class OutputDescriptor implements IXmlSerializable
CLSCompliantAttribute(true)
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
Tasks
How to: Add Output Properties to a Data Generator
Walkthrough: Creating a Custom Data Generator
Reference
OutputDescriptor Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
GetOutputValue
OutputAttribute Class
InputDescriptor Class