Share via


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

Name Description
CommentSelectionCommandArgs(ITextView, ITextBuffer)

Properties

Name Description
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