다음을 통해 공유


IVsMethodData.GetParameterText 메서드

지정 된 메서드는 지정 된 매개 변수 이름을 반환합니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
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

매개 변수

  • iMethod
    형식: Int32

    [in] 매개 변수 정보를 얻을 수입니다 메서드 수입니다.

  • iParm
    형식: Int32

    [in] 매개 변수 번호 정보가 필요 합니다.

반환 값

형식: IntPtr

설명

COM 시그니처

Textmgr.idl에서:

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

매개 변수 이름, 설명 또는 선언 정보 보기를 반환 하려면이 메서드를 사용 합니다.

.NET Framework 보안

참고 항목

참조

IVsMethodData 인터페이스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스