ResolvedMethodExitEvent.GetOutputs 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 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.