Freigeben über


ResolvedMethodExitEvent.GetReturnValue Method

Definition

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.

Applies to