IVsIntellisenseCompletor 인터페이스
만들기 및 completor 창을 표시 하는 데 사용
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop.8.0(Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
구문
‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")> _
Public Interface IVsIntellisenseCompletor _
Inherits IOleCommandTarget
[InterfaceTypeAttribute()]
[GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface IVsIntellisenseCompletor : IOleCommandTarget
[InterfaceTypeAttribute()]
[GuidAttribute(L"05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface class IVsIntellisenseCompletor : IOleCommandTarget
[<InterfaceTypeAttribute()>]
[<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
type IVsIntellisenseCompletor =
interface
interface IOleCommandTarget
end
public interface IVsIntellisenseCompletor extends IOleCommandTarget
IVsIntellisenseCompletor 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) | (IOleCommandTarget에서 상속됨) | |
Exec(Guid%, UInt32, UInt32, Object%, Object%) | ||
GetCompletionSpan | Completor 범위를 반환합니다. | |
GetHeight | IntelliSense completor의 높이 가져옵니다. | |
GetWidth | Completor 너비를 가져옵니다. | |
GetWindowHandle | Completor 창에 대 한 핸들을 가져옵니다. | |
Hide | IntelliSense completor를 표시 되지 않습니다. | |
Initialize | IntelliSense completor를 초기화합니다. | |
IsActive | Completor는 활성 상태 인지 여부를 확인 합니다. | |
QueryStatus(Guid, UInt32, OLECMD, IntPtr) | (IOleCommandTarget에서 상속됨) | |
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | ||
SetLocation | Completor 위치를 설정합니다. | |
Update | IntelliSense completor를 업데이트합니다. |
위쪽