StringGenerator.GetOutputValue Method
Gets the output value of the string generator.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)
Syntax
'Declaration
Public Function GetOutputValue As Object
'Usage
Dim instance As StringGenerator
Dim returnValue As Object
returnValue = instance.GetOutputValue
public Object GetOutputValue ()
public:
virtual Object^ GetOutputValue () sealed
public final Object GetOutputValue ()
public final function GetOutputValue () : Object
Remarks
Implementation of the GetOutputValue method of the IGenerator interface for the string generator.
See Also
Reference
StringGenerator Class
StringGenerator Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace