Microsoft.R.Editor.Formatting.FormatOnPasteCommand.FormatOnPasteCommand C# (CSharp) Méthode

FormatOnPasteCommand() public méthode

public FormatOnPasteCommand ( ITextView textView, ITextBuffer textBuffer, IEditorShell editorShell ) : System
textView ITextView
textBuffer ITextBuffer
editorShell IEditorShell
Résultat System
        public FormatOnPasteCommand(ITextView textView, ITextBuffer textBuffer, IEditorShell editorShell) :
            base(textView, editorShell, new CommandId(VSConstants.GUID_VSStandardCommandSet97, (int)VSConstants.VSStd97CmdID.Paste)) {
            ClipboardDataProvider = new ClipboardDataProvider();
        }