Exemple #1
0
        /// <summary>
        /// Reloads all nodes which are not part of the project,
        /// ensuring that they match the current file structure on disk
        /// </summary>
        /// <param name="node">The selected hierarchy node</param>
        internal static void RefreshProject(HierarchyNode node)
        {
            WixProjectNode projectNode = node.ProjectMgr as WixProjectNode;

            if (projectNode.ShowAllFilesEnabled)
            {
                projectNode.ToggleShowAllFiles();
                projectNode.ToggleShowAllFiles();
            }
        }