Share via


ResolvedMethod.ParameterTypeNames Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the type names of the parameters.

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

Syntax

'Declaration
Public ReadOnly Property ParameterTypeNames As IList(Of String)
    Get
'Usage
Dim instance As ResolvedMethod
Dim value As IList(Of String)

value = instance.ParameterTypeNames
public IList<string> ParameterTypeNames { get; }
public:
property IList<String^>^ ParameterTypeNames {
    IList<String^>^ get ();
}
member ParameterTypeNames : IList<string>
function get ParameterTypeNames () : IList<String>

Property Value

Type: System.Collections.Generic.IList<String>

Remarks

If there are no parameters or the parameter type names cannot be retrieved, a zero-length array is returned.

.NET Framework Security

See Also

Reference

ResolvedMethod Class

ResolvedMethod Members

Microsoft.VisualStudio.TraceLog Namespace