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] 매개 변수 번호 정보가 필요 합니다.
type
형식: Microsoft.VisualStudio.TextManager.Interop.ParameterTextType[in] 매개 변수 형식입니다. 목록에 대 한 type 값을 참조 하십시오. ParameterTextType.
반환 값
형식: IntPtr
설명
COM 시그니처
Textmgr.idl에서:
const WCHAR * IVsMethodData::GetParameterText(
[in] long iMethod,
[in] long iParm,
[in] ParameterTextType type
);
매개 변수 이름, 설명 또는 선언 정보 보기를 반환 하려면이 메서드를 사용 합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.