Microsoft.R.Editor.Formatting.FormatOnPasteCommand.FormatOnPasteCommand C# (CSharp) Метод

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

public FormatOnPasteCommand ( ITextView textView, ITextBuffer textBuffer, IEditorShell editorShell ) : System
textView ITextView
textBuffer ITextBuffer
editorShell IEditorShell
Результат System
        public FormatOnPasteCommand(ITextView textView, ITextBuffer textBuffer, IEditorShell editorShell) :
            base(textView, editorShell, new CommandId(VSConstants.GUID_VSStandardCommandSet97, (int)VSConstants.VSStd97CmdID.Paste)) {
            ClipboardDataProvider = new ClipboardDataProvider();
        }