CommentSelectionCommandArgs Class

Definition

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

Constructors

CommentSelectionCommandArgs(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