C# 클래스 SonarLint.VisualStudio.Integration.UnitTests.ConfigurableVsInfoBarUIElement

상속: IVsInfoBarUIElement
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio

공개 메소드들

메소드 설명
SimulateClickEvent ( IVsInfoBarActionItem item = null ) : void
SimulateClosedEvent ( ) : void

비공개 메소드들

메소드 설명
IVsInfoBarUIElement ( ) : int
IVsInfoBarUIElement ( IVsInfoBarUIEvents eventSink, uint &cookie ) : int
IVsInfoBarUIElement ( IVsUIAccelerator pAccel ) : int
IVsInfoBarUIElement ( IVsUISimpleDataSource &ppDataSource ) : int
IVsInfoBarUIElement ( object &ppUnk ) : int
IVsInfoBarUIElement ( uint cookie ) : int
IVsUIElement ( IVsUIAccelerator pAccel ) : int
IVsUIElement ( IVsUISimpleDataSource &ppDataSource ) : int
IVsUIElement ( object &ppUnk ) : int

메소드 상세

SimulateClickEvent() 공개 메소드

public SimulateClickEvent ( IVsInfoBarActionItem item = null ) : void
item IVsInfoBarActionItem
리턴 void

SimulateClosedEvent() 공개 메소드

public SimulateClosedEvent ( ) : void
리턴 void