This topic has not yet been rated - Rate this topic

Generator.OnGetOutputValue Method

Visual Studio 2005

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)

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.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.