IGeneratorDesigner.GetOutputs Method
When implemented in a class, gets the output descriptors of a data generator.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
Syntax
'Declaration
Function GetOutputs As OutputDescriptor()
'Usage
Dim instance As IGeneratorDesigner
Dim returnValue As OutputDescriptor()
returnValue = instance.GetOutputs
OutputDescriptor[] GetOutputs ()
array<OutputDescriptor^>^ GetOutputs ()
OutputDescriptor[] GetOutputs ()
function GetOutputs () : OutputDescriptor[]
Return Value
An array of OutputDescriptor.
See Also
Tasks
How to: Create Custom Data Generators
Reference
IGeneratorDesigner Interface
IGeneratorDesigner Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
DefaultGeneratorDesigner Class
GetOutputs
GeneratorStylesAttribute Class
GeneratorDesignerStyles Enumeration