ITextDataModel::DocumentBuffer Property

 

Gets the ITextBuffer that corresponds to a document in the file system.

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

property ITextBuffer^ DocumentBuffer {
	ITextBuffer^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextBuffer^

the ITextBuffer that corresponds to a document in the file system.

Return to top
Show: