FormatDocumentCommandArgs Class

Definition

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

Constructors

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