다음을 통해 공유


IVsIntellisenseLangTip 인터페이스

팁 메서드를 노출 하는 데 사용 합니다.

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

구문

‘선언
<GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsIntellisenseLangTip
[GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")]
[InterfaceTypeAttribute()]
public interface IVsIntellisenseLangTip
[GuidAttribute(L"1E34D422-7120-4D9E-96FF-E880B665D30D")]
[InterfaceTypeAttribute()]
public interface class IVsIntellisenseLangTip
[<GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")>]
[<InterfaceTypeAttribute()>]
type IVsIntellisenseLangTip =  interface end
public interface IVsIntellisenseLangTip

IVsIntellisenseLangTip 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 Close 팁 창을 소멸 하 고 팁을 삭제 합니다.
Public 메서드 Create 도구 설명 창이 만들어집니다.
Public 메서드 GetOverloadCount 현재 메서드에 대 한 오버 로드의 수를 가져옵니다.
Public 메서드 GetSizePreferences 언어 팁 윈도우의 크기를 가져옵니다.
Public 메서드 GetSizeY 팁 창의 높이 가져옵니다.
Public 메서드 Initialize 언어 도구를 초기화합니다.
Public 메서드 IsActive 도구 설명 활성화 되어 있는지 여부를 결정 합니다.
Public 메서드 ScrollDown 메서드 오버 로드 다음으로 스크롤입니다.
Public 메서드 ScrollUp 이전 오버 로드 된 메서드의으로 스크롤입니다.
Public 메서드 Update 언어 도구 설명이 업데이트 됩니다.
Public 메서드 UpdatePosition 팁 위치를 업데이트합니다.

위쪽

참고 항목

참조

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