IVsMethodData::GetParameterText Method (Int32, Int32, ParameterTextType)
Visual Studio 2015
Gets the text, usually the name, of a specified parameter for a specified method.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- iMethod
-
Type:
System::Int32
[in] Method number for which to obtain parameter information.
- iParm
-
Type:
System::Int32
[in] Parameter number for which information is required.
- type
-
Type:
Microsoft.VisualStudio.TextManager.Interop::ParameterTextType
[in] Parameter type. For a list of type values, see ParameterTextType.
From textmgr.idl:
const WCHAR * IVsMethodData::GetParameterText( [in] long iMethod, [in] long iParm, [in] ParameterTextType type );
Use this method to return parameter name, description, or declaration information to the view.
Show: