IIntellisenseSession 인터페이스
IntelliSense 세션을 나타내거나 IntelliSense 프로세스의 단일 인스턴스를 나타냅니다.
네임스페이스: Microsoft.VisualStudio.Language.Intellisense
어셈블리: Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)
구문
‘선언
Public Interface IIntellisenseSession _
Inherits IPropertyOwner
public interface IIntellisenseSession : IPropertyOwner
public interface class IIntellisenseSession : IPropertyOwner
type IIntellisenseSession =
interface
interface IPropertyOwner
end
public interface IIntellisenseSession extends IPropertyOwner
IIntellisenseSession 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
IsDismissed | 세션이 닫혔는지 여부를 확인합니다. | |
Presenter | 이 세션에 대한 IntelliSense를 렌더링하는 데 사용되는 IIntellisensePresenter를 가져옵니다. | |
Properties | 속성 소유자가 제어 하는 속성의 컬렉션을 가져옵니다. (IPropertyOwner에서 상속됨) | |
TextView | 가져옵니다는 ITextView 되었습니다이 IntelliSense 세션에서 발생 합니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
Collapse | 세션을 최소화 된 상태로 줄일 수 있습니다.세션 상태가 없는 경우 세션이 해제 됩니다. | |
Dismiss | 세션을 닫습니다. 그러면 발표자가 소멸되고 세션이 세션 스택에서 제거됩니다. | |
GetTriggerPoint(ITextBuffer) | 가져옵니다는 ITrackingPoint 되었습니다이 IntelliSense 세션에서 트리거되는 지정 된 항목에 대 한 ITextBuffer. | |
GetTriggerPoint(ITextSnapshot) | 지정된 ITextSnapshot과 관련하여 이 IntelliSense 세션이 트리거된 SnapshotPoint를 가져옵니다. | |
Match | 세션에서 가장 일치하는 항목을 확인하고 선택 항목을 이 항목으로 설정합니다. | |
Recalculate | 동일한 트리거 지점을 사용하여 이 세션과 관련된 기본 IntelliSense 항목을 다시 계산합니다. | |
Start | 세션을 시작합니다. |
위쪽
이벤트
이름 | 설명 | |
---|---|---|
Dismissed | 세션이 닫힐 경우 발생합니다. | |
PresenterChanged | 이 세션의 IntelliSense 발표자가 변경될 경우 발생합니다. | |
Recalculated | 세션 다시 계산 될 때 발생 합니다. |
위쪽
설명
세션 각 IntelliSense 트리거 작업으로 반환 되 고 IntelliSense 작업의 프로세스를 제어 하는 데 사용 합니다. IntelliSense 세션에 의해 관리 되는 스택, 집계 되는 IIntellisenseSessionStack 인스턴스.
인터페이스 ICompletionSession, IQuickInfoSession, ISignatureHelpSession, 및 ISmartTagSession 이 인터페이스를 구현 합니다.
IntelliSense에 대 한 자세한 내용은 참조 하십시오. 편집기 확장 지점.