다음을 통해 공유


IVsMethodData.GetMethodText 메서드

메서드의 반환 형식, 메서드 이름, 또는 메서드에 대 한 설명을 반환합니다.

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

구문

‘선언
Function GetMethodText ( _
    iMethod As Integer, _
    type As MethodTextType _
) As IntPtr
IntPtr GetMethodText(
    int iMethod,
    MethodTextType type
)
IntPtr GetMethodText(
    [InAttribute] int iMethod, 
    [InAttribute] MethodTextType type
)
abstract GetMethodText : 
        iMethod:int * 
        type:MethodTextType -> IntPtr
function GetMethodText(
    iMethod : int, 
    type : MethodTextType
) : IntPtr

매개 변수

  • iMethod
    형식: Int32

    [in] 메서드 수입니다.

반환 값

형식: IntPtr

설명

COM 시그니처

Textmgr.idl에서:

const WCHAR * IVsMethodData::GetMethodText(
   [in] long iMethod, 
   [in] MethodTextType type
);

반복 해 서이 메서드를 호출 하 여 메서드 형식 매개 변수에서 지정한 값에 의해 결정 되는 텍스트의 다양 한 부분에 보기. 이러한 값은 메서드 형식, 이름, 설명, 브래킷, 및 구분 기호에 대 한 정보가 포함 됩니다. 괄호 (괄호, 등)와 구분 기호에 대 한 언어 필요 하지 않은 경우 아무 것도 표시 하는 보기를 강제로 빈 문자열을 반환 합니다.

.NET Framework 보안

참고 항목

참조

IVsMethodData 인터페이스

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