Share via


ResolvedMethod.ParameterNames Property

Gets the names of the parameters.

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

Syntax

'Declaration
Public ReadOnly Property ParameterNames As IList(Of String)
public IList<string> ParameterNames { get; }
public:
property IList<String^>^ ParameterNames {
    IList<String^>^ get ();
}
member ParameterNames : IList<string> with get
function get ParameterNames () : IList<String>

Property Value

Type: IList<String>

Remarks

Returns a zero-length array if no parameters exist or the parameter names cannot be retrieved.

.NET Framework Security

See Also

Reference

ResolvedMethod Class

Microsoft.VisualStudio.IntelliTrace Namespace