ExtractMethodCommandArgs Class

Definition

public ref class ExtractMethodCommandArgs sealed : Microsoft::VisualStudio::Text::Editor::Commanding::EditorCommandArgs
public sealed class ExtractMethodCommandArgs : Microsoft.VisualStudio.Text.Editor.Commanding.EditorCommandArgs
type ExtractMethodCommandArgs = class
    inherit EditorCommandArgs
Public NotInheritable Class ExtractMethodCommandArgs
Inherits EditorCommandArgs
Inheritance
ExtractMethodCommandArgs

Constructors

ExtractMethodCommandArgs(ITextView, ITextBuffer)

Properties

SubjectBuffer

A subject buffer to execute a command on.

(Inherited from EditorCommandArgs)
TextView

An ITextView to execute a command on.

(Inherited from EditorCommandArgs)

Applies to