UncommentSelectionCommandArgs Class

Definition

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

Constructors

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