Beispiel #1
0
        public CompletionHandler(IVsTextView TextViewAdapter, ITextView TextView, CompletionHandlerProvider Provider)
        {
            this.TextView = TextView;
            this.Provider = Provider;

            //add the command to the command chain
            TextViewAdapter.AddCommandFilter(this, out NextHandler);
        }
        public CompletionHandler(IVsTextView textViewAdapter, ITextView textView, CompletionHandlerProvider provider)
        {
            this.textView = textView;
            this.provider = provider;

            //add the command to the command chain
            textViewAdapter.AddCommandFilter(this, out nextHandler);
        }
        public CompletionHandler(IVsTextView TextViewAdapter, ITextView TextView, CompletionHandlerProvider Provider)
        {
            this.TextView = TextView;
            this.Provider = Provider;

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