ResolvedMethod.ParameterTypeNames Property
Gets the type names of the parameters.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public ReadOnly Property ParameterTypeNames As IList(Of String)
Get
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
Returns a zero-length arrary if no parameters exist or the parameter type names cannot be retrieved.
.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.