InstantiateTabs Method

Glimpse API

Factory InstantiateTabs Method Glimpse API Documentation
Instantiates a collection of ITabs.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public ICollection<ITab> InstantiateTabs()
public ICollection<ITab> InstantiateTabs()

Return Value

A collection of ITab instances resolved by one of the IServiceLocators, otherwise all ITabs discovered in the configured discovery location.
See Also