SimpleEditorView::Buffer Property

 

Gets or sets the text buffer.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

protected:
property IVsTextLines^ Buffer {
	IVsTextLines^ get();
	void set(IVsTextLines^ value);
}

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextLines^

T:Microsoft.VisualStudio.Shell.Interop.IVsTextLines.

Return to top
Show: