Share via


Generator.OnGetOutputValue Method

Retrieves the current set of results that consists of one or more values.

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

Syntax

'Declaration
Protected Overridable Function OnGetOutputValue As Object
'Usage
Dim returnValue As Object

returnValue = Me.OnGetOutputValue()
protected virtual Object OnGetOutputValue()
protected:
virtual Object^ OnGetOutputValue()
protected function OnGetOutputValue() : Object

Return Value

Type: System.Object
An Object that contains the generated output value that is based on the selected output property.

Remarks

The GetOutputValue method calls this method. You should override OnGetOutputValue if you want to override the GetOutputValue functionality.

Permissions

See Also

Reference

Generator Class

Generator Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

GeneratorAttribute

GeneratorInit

IGenerator

Other Resources

Creating Custom Data Generators

An Overview of Data Generator Extensibility

Specifying Details of Data Generation for a Column