다음을 통해 공유


IPopupIntellisensePresenter 인터페이스

ITextView 내에서 팝업으로 렌더링되는 IntelliSense 발표자를 정의합니다.

네임스페이스:  Microsoft.VisualStudio.Language.Intellisense
어셈블리:  Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)

구문

‘선언
Public Interface IPopupIntellisensePresenter _
    Inherits IIntellisensePresenter
public interface IPopupIntellisensePresenter : IIntellisensePresenter
public interface class IPopupIntellisensePresenter : IIntellisensePresenter
type IPopupIntellisensePresenter =  
    interface 
        interface IIntellisensePresenter 
    end
public interface IPopupIntellisensePresenter extends IIntellisensePresenter

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

속성

  이름 설명
Public 속성 Opacity 이 팝업 발표자의 불투명도를 가져오거나 설정합니다.
Public 속성 PopupStyles 팝업 스타일을 결정하는 플래그 집합을 가져옵니다.
Public 속성 PresentationSpan 이 발표자와 관련된 ITrackingSpan을 가져옵니다.
Public 속성 Session 이 발표자가 렌더링하는 세션을 가져옵니다. (IIntellisensePresenter에서 상속됨)
Public 속성 SpaceReservationManagerName 이 발표자의 팝업을 만드는 데 사용되는 공간 예약 관리자의 이름을 가져옵니다.
Public 속성 SurfaceElement 발표자가 ITextView 팝업 내에 표시하고자 하는 WPF UIElement를 가져옵니다.

위쪽

이벤트

  이름 설명
Public 이벤트 PopupStylesChanged PopupStyles 속성이 변경될 경우 발생합니다.
Public 이벤트 PresentationSpanChanged PresentationSpan 속성이 변경될 경우 발생합니다.
Public 이벤트 SurfaceElementChanged WPF 요소를 변경할 때 발생 합니다.

위쪽

참고 항목

참조

Microsoft.VisualStudio.Language.Intellisense 네임스페이스