C# 클래스 SolutionExtensions.InfoBarService

상속: IVsInfoBarUIEvents
파일 보기 프로젝트 열기: madskristensen/SolutionExtensions 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( IServiceProvider serviceProvider, IVsExtensionRepository repository, IVsExtensionManager manager ) : void
OnActionItemClicked ( IVsInfoBarUIElement infoBarUIElement, IVsInfoBarActionItem actionItem ) : void
OnClosed ( IVsInfoBarUIElement infoBarUIElement ) : void
ShowInfoBar ( SolutionExtensions.SuggestionResult result, string fileType ) : void

비공개 메소드들

메소드 설명
CreateInfoBar ( IVsInfoBarHost host, string message ) : void
GetInfoBarHost ( string fileType ) : IVsInfoBarHost
InfoBarService ( IServiceProvider serviceProvider, IVsExtensionRepository repository, IVsExtensionManager manager ) : System

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( IServiceProvider serviceProvider, IVsExtensionRepository repository, IVsExtensionManager manager ) : void
serviceProvider IServiceProvider
repository IVsExtensionRepository
manager IVsExtensionManager
리턴 void

OnActionItemClicked() 공개 메소드

public OnActionItemClicked ( IVsInfoBarUIElement infoBarUIElement, IVsInfoBarActionItem actionItem ) : void
infoBarUIElement IVsInfoBarUIElement
actionItem IVsInfoBarActionItem
리턴 void

OnClosed() 공개 메소드

public OnClosed ( IVsInfoBarUIElement infoBarUIElement ) : void
infoBarUIElement IVsInfoBarUIElement
리턴 void

ShowInfoBar() 공개 메소드

public ShowInfoBar ( SolutionExtensions.SuggestionResult result, string fileType ) : void
result SolutionExtensions.SuggestionResult
fileType string
리턴 void