Share via


ResolvedMethodEnterEvent.GetParameters Method

Gets the IDataElements for the parameters to this method.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Public Function GetParameters As IList(Of IDataElement)
public IList<IDataElement> GetParameters()
public:
IList<IDataElement^>^ GetParameters()
member GetParameters : unit -> IList<IDataElement> 
public function GetParameters() : IList<IDataElement>

Return Value

Type: System.Collections.Generic.IList<IDataElement>
A list of IDataElements, one item for each parameter that is passed to the method. If a this object (me in Visual Basic) exists, it will be the first parameter in the list. The list is empty if no parameters exist.

.NET Framework Security

See Also

Reference

ResolvedMethodEnterEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace