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 Object OnGetOutputValue ()
protected function OnGetOutputValue () : Object

Return Value

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.

See Also

Reference

Generator Class
Generator Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
GeneratorAttribute
GeneratorInit
IGenerator

Concepts

An Overview of Data Generator Extensibility
Specifying Details of Data Generation for a Column

Other Resources

Creating Custom Data Generators