IParameter 인터페이스
개별 매개 변수 설명을 내 서명 서명 하는 데 도움이 (매개 변수 정보)에 대 한 설명 나타냅니다.
네임스페이스: Microsoft.VisualStudio.Language.Intellisense
어셈블리: Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)
구문
‘선언
Public Interface IParameter
public interface IParameter
public interface class IParameter
type IParameter = interface end
public interface IParameter
IParameter 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
Documentation | 매개 변수와 연결된 설명서를 가져옵니다. |
![]() |
Locus | 이 매개 변수는 서명 내용 기준으로 위치를 가져옵니다. |
![]() |
Name | 이 매개 변수의 이름을 가져옵니다. |
![]() |
PrettyPrintedLocus | 알맞은 형태로 인쇄된 시그니처의 콘텐츠에 상대적인 이 매개 변수의 텍스트 위치를 가져옵니다. |
![]() |
Signature | 이 매개 변수가 속한 시그니처를 가져옵니다. |
위쪽
예제
이 인터페이스를 사용 하는 예제를 보려면 연습: 서명 도움말 표시.