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