Compartir a través de


IVsMethodData.GetParameterText (Método)

devuelve el nombre de un parámetro especificado para un método especificado.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function GetParameterText ( _
    iMethod As Integer, _
    iParm As Integer, _
    type As ParameterTextType _
) As IntPtr
IntPtr GetParameterText(
    int iMethod,
    int iParm,
    ParameterTextType type
)
IntPtr GetParameterText(
    [InAttribute] int iMethod, 
    [InAttribute] int iParm, 
    [InAttribute] ParameterTextType type
)
abstract GetParameterText : 
        iMethod:int * 
        iParm:int * 
        type:ParameterTextType -> IntPtr
function GetParameterText(
    iMethod : int, 
    iParm : int, 
    type : ParameterTextType
) : IntPtr

Parámetros

  • iMethod
    Tipo: Int32

    [in] Número de método para que recopile información de parámetros.

  • iParm
    Tipo: Int32

    [in] Número de parámetros que se requiere la información.

Valor devuelto

Tipo: IntPtr

Comentarios

Prototipo COM

de textmgr.idl:

const WCHAR * IVsMethodData::GetParameterText(
   [in] long iMethod, 
   [in] long iParm, 
   [in] ParameterTextType type
);

Utilice este método para devolver el nombre del parámetro, la descripción, o la información de declaración a la vista.

Seguridad de .NET Framework

Vea también

Referencia

IVsMethodData Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)