Пример #1
0
        public HSPCompletionCommandHandler(IVsTextView TextViewAdapter, ITextView TextView,
            HSPCompletionHandlerProvider Provider)
        {
            _textView = TextView;
            _provider = Provider;


            //add the command to the command chain
            TextViewAdapter.AddCommandFilter(this, out _nextCommandHandler);
        }
Пример #2
0
        public HSPCompletionCommandHandler(IVsTextView TextViewAdapter, ITextView TextView,
                                           HSPCompletionHandlerProvider Provider)
        {
            _textView = TextView;
            _provider = Provider;


            //add the command to the command chain
            TextViewAdapter.AddCommandFilter(this, out _nextCommandHandler);
        }