Table of Contents

Class IContainerProviderExtensions

Namespace
Innova.Prism.Library.ExtensionMethods
Assembly
Innova.Prism.Library.dll

Provides extension methods for the Prism.Ioc.IContainerProvider interface.

public static class IContainerProviderExtensions
Inheritance
IContainerProviderExtensions

Methods

AddOutlookBarItem(IContainerProvider, OutlookBarItem)

Adds an OutlookBarItem to the Outlook bar.

AddOutlookBarItem(IContainerProvider, string, int, ImageSource)

Adds an OutlookBarItem to the Outlook bar.

AddOutlookBarItem<TBarItem>(IContainerProvider)

Adds an OutlookBarItem of type TBarItem to the Outlook bar.