CodeCleanUpDefaultProfileCommandArgs Class

Definition

public ref class CodeCleanUpDefaultProfileCommandArgs sealed : Microsoft::VisualStudio::Text::Editor::Commanding::Commands::CodeCleanUpCommandArgs
public sealed class CodeCleanUpDefaultProfileCommandArgs : Microsoft.VisualStudio.Text.Editor.Commanding.Commands.CodeCleanUpCommandArgs
type CodeCleanUpDefaultProfileCommandArgs = class
    inherit CodeCleanUpCommandArgs
Public NotInheritable Class CodeCleanUpDefaultProfileCommandArgs
Inherits CodeCleanUpCommandArgs
Inheritance
CodeCleanUpDefaultProfileCommandArgs

Constructors

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