Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.