ISignature 인터페이스
시그니처 도움말 도구와 같은 도구에 표시되는 개별 시그니처를 나타냅니다.
네임스페이스: Microsoft.VisualStudio.Language.Intellisense
어셈블리: Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)
구문
‘선언
Public Interface ISignature
public interface ISignature
public interface class ISignature
type ISignature = interface end
public interface ISignature
ISignature 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
ApplicableToSpan | 이 시그니처 도움말을 적용할 수 있는 버퍼의 텍스트 범위를 가져옵니다. |
![]() |
Content | 표시할 모든 문자를 포함하여 시그니처의 콘텐츠를 가져옵니다. |
![]() |
CurrentParameter | 이 시그니처의 현재 매개 변수를 가져옵니다. |
![]() |
Documentation | 이 서명에 연결 된 문서를 가져옵니다. |
![]() |
Parameters | 이 시그니처에서 인식하는 매개 변수 목록을 가져옵니다. |
![]() |
PrettyPrintedContent | 화면에 표시하기 알맞은 형태로 인쇄된 시그니처의 콘텐츠를 가져옵니다. |
위쪽
이벤트
이름 | 설명 | |
---|---|---|
![]() |
CurrentParameterChanged | 현재 선택한 매개 변수가 변경 될 때 발생 합니다. |
위쪽
예제
이 인터페이스를 사용 하는 예제를 보려면 연습: 서명 도움말 표시.