TextBufferCodeCleanUpScope.SubjectBuffer Property

Definition

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

public:
 property Microsoft::VisualStudio::Text::ITextBuffer ^ SubjectBuffer { Microsoft::VisualStudio::Text::ITextBuffer ^ get(); };
public Microsoft.VisualStudio.Text.ITextBuffer SubjectBuffer { get; }
member this.SubjectBuffer : Microsoft.VisualStudio.Text.ITextBuffer
Public ReadOnly Property SubjectBuffer As ITextBuffer

Property Value

Applies to