TextBufferCreatedEventArgs::TextBuffer Property

 

The newly created ITextBuffer.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
property ITextBuffer^ TextBuffer {
	[CompilerGeneratedAttribute]
	ITextBuffer^ get();
	[CompilerGeneratedAttribute]
	private: void set(ITextBuffer^ value);
}
Return to top
Show: