Sdílet prostřednictvím


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

Name Description
TextBufferCodeCleanUpScope(ITextBuffer)

Properties

Name Description
SubjectBuffer

Gets the text buffer to apply code clean up change to. Note, this is a live buffer rather than a snapshot.

Applies to