CodeCleanUpCommandArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class fort Code Cleanup actions. In the UI, bind to derived classes such as CodeCleanUpDefaultProfileCommandArgs.
public ref class CodeCleanUpCommandArgs abstract : Microsoft::VisualStudio::Text::Editor::Commanding::EditorCommandArgs
public abstract class CodeCleanUpCommandArgs : Microsoft.VisualStudio.Text.Editor.Commanding.EditorCommandArgs
type CodeCleanUpCommandArgs = class
inherit EditorCommandArgs
Public MustInherit Class CodeCleanUpCommandArgs
Inherits EditorCommandArgs
- Inheritance
- Derived
Constructors
CodeCleanUpCommandArgs(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) |