Table of Contents

Method WithView

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

WithView<TView>(IOutlookBarItemBuilder)

Sets the view of the Outlook bar item to the specified type.

public static IOutlookBarItemBuilder WithView<TView>(this IOutlookBarItemBuilder outlookBarItemBuilder) where TView : UserControl

Parameters

outlookBarItemBuilder IOutlookBarItemBuilder

The Outlook bar item builder.

Returns

IOutlookBarItemBuilder

The Outlook bar item builder.

Type Parameters

TView

The type of the view.