Bagikan melalui


TextBufferCodeCleanUpScope Class

Definition

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.

Applies to