Share via


ResolvedMethod.ParameterTypeNames Property

Gets the type 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 ParameterTypeNames As IList(Of String)
public IList<string> ParameterTypeNames { get; }
public:
property IList<String^>^ ParameterTypeNames {
    IList<String^>^ get ();
}
member ParameterTypeNames : IList<string> with get
function get ParameterTypeNames () : IList<String>

Property Value

Type: IList<String>

Remarks

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

.NET Framework Security

See Also

Reference

ResolvedMethod Class

Microsoft.VisualStudio.IntelliTrace Namespace