ModelingDocData.GetTextBuffer(IVsTextLines) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the text into the buffer. This method will allocate a VSTextManagerInterop::IVsTextLines will be created and loaded with the model
public:
 virtual int GetTextBuffer([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ % ppTextBuffer);public virtual int GetTextBuffer(out Microsoft.VisualStudio.TextManager.Interop.IVsTextLines ppTextBuffer);abstract member GetTextBuffer : IVsTextLines -> int
override this.GetTextBuffer : IVsTextLines -> intPublic Overridable Function GetTextBuffer (ByRef ppTextBuffer As IVsTextLines) As IntegerParameters
- ppTextBuffer
- IVsTextLines
newly created buffer loaded with the model file (in XML string form)
Returns
VSConstants.S_OK if operation successful