ResolvedMethodExitEvent.GetReturnValue Method

Gets the IDataElement for the return value of the method.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Public Function GetReturnValue As IDataElement
public IDataElement GetReturnValue()
public:
IDataElement^ GetReturnValue()
member GetReturnValue : unit -> IDataElement 
public function GetReturnValue() : IDataElement

Return Value

Type: Microsoft.VisualStudio.IntelliTrace.IDataElement
An IDataElement that describes the return value of the method. If no return value from the method exists, null is returned.

.NET Framework Security

See Also

Reference

ResolvedMethodExitEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace