ResolvedMethodEnterEvent.GetParameters 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 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.