Exemplo n.º 1
0
        // タイミングが早すぎて値がほとんど入ってない
        public void OnFrameCreated(IVsWindowFrame frame)
        {
            Debug.WriteLine($"OnFrameCreated:{frame}");

            if (!frame.IsToolWindow())
            {
                return;
            }

            tmpFrames.Add((WindowFrame)frame);
        }