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
'Declaração
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
- 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.