Dev2.Studio.UserInterfaceLayoutProvider.PersistTabs C# (CSharp) Метод

PersistTabs() публичный Метод

Saves all open tabs locally and writes the open tabs the to collection of workspace items
public PersistTabs ( ) : void
Результат void
        public void PersistTabs()
        {
            SaveWorkspaceItems();
            foreach (IContextualResourceModel resourceModel in GetOpenContextualResourceModels())
            {
                Mediator.SendMessage(MediatorMessages.BuildResource, resourceModel);
            }
        }

Same methods

UserInterfaceLayoutProvider::PersistTabs ( System.Windows.Controls.ItemCollection tabcollection ) : void