TextBufferCodeCleanUpScope 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.
Context for a text buffer
public ref class TextBufferCodeCleanUpScope : Microsoft::VisualStudio::Language::CodeCleanUp::ICodeCleanUpScope
public class TextBufferCodeCleanUpScope : Microsoft.VisualStudio.Language.CodeCleanUp.ICodeCleanUpScope
type TextBufferCodeCleanUpScope = class
interface ICodeCleanUpScope
Public Class TextBufferCodeCleanUpScope
Implements ICodeCleanUpScope
- Inheritance
-
TextBufferCodeCleanUpScope
- Implements
Constructors
TextBufferCodeCleanUpScope(ITextBuffer) |
Properties
SubjectBuffer |
Gets the text buffer to apply code clean up change to. Note, this is a live buffer rather than a snapshot. |