Microsoft.VisualStudio.R.Package.Interop.CommandTargetToOleShim.CommandTargetToOleShim C# (CSharp) Метод

CommandTargetToOleShim() публичный Метод

public CommandTargetToOleShim ( ITextView textView, ICommandTarget commandTarget ) : System
textView ITextView
commandTarget ICommandTarget
Результат System
        public CommandTargetToOleShim(ITextView textView, ICommandTarget commandTarget) {
            _commandTarget = commandTarget;
            if (textView != null) {
                _variantStacks = CommandTargetToOleShimVariantStacks.EnsureConnected(textView);
            }
        }