ResolvedMethodExitEvent.GetReturnValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IDataElement for the return value of the method.
public:
Microsoft::VisualStudio::IntelliTrace::IDataElement ^ GetReturnValue();
public:
Microsoft::VisualStudio::IntelliTrace::IDataElement ^ GetReturnValue();
Microsoft::VisualStudio::IntelliTrace::IDataElement GetReturnValue();
public Microsoft.VisualStudio.IntelliTrace.IDataElement GetReturnValue ();
member this.GetReturnValue : unit -> Microsoft.VisualStudio.IntelliTrace.IDataElement
Public Function GetReturnValue () As IDataElement
Returns
A IDataElement that describes the return value of the method. If there is no return value from the method, null is returned.