コード例 #1
0
        void UpdateFormatting()
        {
            IEnumerable <string> fileNames = addinPath.GetPowerShellFormattingFileNames();

            powerShellHost.UpdateFormatting(fileNames);
        }