Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
CreateInfoBar ( IVsInfoBarHost host, string message ) : void | ||
GetInfoBarHost ( string fileType ) : IVsInfoBarHost | ||
InfoBarService ( IServiceProvider serviceProvider, IVsExtensionRepository repository, IVsExtensionManager manager ) : System |
public static Initialize ( IServiceProvider serviceProvider, IVsExtensionRepository repository, IVsExtensionManager manager ) : void | ||
serviceProvider | IServiceProvider | |
repository | IVsExtensionRepository | |
manager | IVsExtensionManager | |
Résultat | void |
public OnActionItemClicked ( IVsInfoBarUIElement infoBarUIElement, IVsInfoBarActionItem actionItem ) : void | ||
infoBarUIElement | IVsInfoBarUIElement | |
actionItem | IVsInfoBarActionItem | |
Résultat | void |
public OnClosed ( IVsInfoBarUIElement infoBarUIElement ) : void | ||
infoBarUIElement | IVsInfoBarUIElement | |
Résultat | void |
public ShowInfoBar ( SolutionExtensions.SuggestionResult result, string fileType ) : void | ||
result | SolutionExtensions.SuggestionResult | |
fileType | string | |
Résultat | void |