ResolvedMethodExitEvent.GetOutputs Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the data elements for the outputs (out parameters) from this method.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Function GetOutputs As IList(Of IDataElement)
'Usage
Dim instance As ResolvedMethodExitEvent
Dim returnValue As IList(Of IDataElement)
returnValue = instance.GetOutputs()
public IList<IDataElement> GetOutputs()
public:
IList<IDataElement^>^ GetOutputs()
member GetOutputs : unit -> IList<IDataElement>
public function GetOutputs() : IList<IDataElement>
Return Value
Type: System.Collections.Generic.IList<IDataElement>
Remarks
A list of data elements of type IDataElement, one item for each output, or out parameter, from the method. The list is empty if the method has no outputs.
.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.