ResolvedMethodExitEvent.GetOutputs Method

Definition

Gets the IDataElements for the outputs (out parameters) from this method.

public:
 System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::IDataElement ^> ^ GetOutputs();
public System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IDataElement> GetOutputs ();
member this.GetOutputs : unit -> System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IDataElement>
Public Function GetOutputs () As IList(Of IDataElement)

Returns

A list of IDataElements: one item for each output (out parameter) from the method. The list is empty if there are no outputs from the method.

Applies to