Share via


ResolvedMethodEnterEvent.GetParameters Method

Definition

Gets the IDataElements for the parameters to this method.

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

Returns

A list of IDataElements, one item for each parameter passed to the method. If there is a this object (me in VB), it will be the first parameter in the list. The list is empty if there are no parameters.

Applies to