Share via


ResolvedMethod.ParameterNames Property

Gets the names of the parameters.

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

Syntax

‘선언
Public ReadOnly Property ParameterNames As IList(Of String)
    Get
public IList<string> ParameterNames { get; }
public:
property IList<String^>^ ParameterNames {
    IList<String^>^ get ();
}
member ParameterNames : IList<string>
function get ParameterNames () : IList<String>

Property Value

Type: System.Collections.Generic.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