ParameterTextType 열거형
메서드 설명 창에 대 한 매개 변수 정보를 지정합니다.
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)
구문
‘선언
Public Enumeration ParameterTextType
public enum ParameterTextType
public enum class ParameterTextType
type ParameterTextType
public enum ParameterTextType
멤버
멤버 이름 | 설명 | |
---|---|---|
PTT_DECLARATION | 모든 선언에 서명 되는 대로 (즉, "Long MyVariable" 또는 "MyVariable As Long"). | |
PTT_DESCRIPTION | 설명 (해당 줄을 가져와서 이름이 붙습니다. (굵게 표시)). | |
PTT_NAME | 매개 변수 이름에만 사용 (즉, "MyVariable"). |
설명
값은 GetParameterText 을 반환할 수 있습니다 nullNull 참조(Visual Basic의 경우 Nothing) 선언 또는 이름을 설명이 없는 경우를 제외 하 고는 모든 값에 대 한 nullNull 참조(Visual Basic의 경우 Nothing). 호출할 때 매개 변수 설명 보기에 반환 되는 경우 GetParameterText 의 값을 지정 하 고 PTT_DESCRIPTION, 그 후 뷰를 호출 하 고 GetParameterText 값을 지정 하 고 PTT_NAME. 보기 이름 및 설명 정보가 다음 형식으로 표시 됩니다.
- 이름: 설명
COM 시그니처
Textmgr.idl에서: