Microsoft.VisualStudio.R.Package.Interop.CommandTargetToOleShim.CommandTargetToOleShim C# (CSharp) Method

CommandTargetToOleShim() public method

public CommandTargetToOleShim ( ITextView textView, ICommandTarget commandTarget ) : System
textView ITextView
commandTarget ICommandTarget
return System
        public CommandTargetToOleShim(ITextView textView, ICommandTarget commandTarget) {
            _commandTarget = commandTarget;
            if (textView != null) {
                _variantStacks = CommandTargetToOleShimVariantStacks.EnsureConnected(textView);
            }
        }