IVsExtensibility.Get_TextBuffer(Object, IExtensibleObjectSite) 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.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
EnvDTE::TextBuffer ^ Get_TextBuffer(System::Object ^ pVsTextStream, EnvDTE::IExtensibleObjectSite ^ pParent);
public:
EnvDTE::TextBuffer ^ Get_TextBuffer(Platform::Object ^ pVsTextStream, EnvDTE::IExtensibleObjectSite ^ pParent);
EnvDTE::TextBuffer Get_TextBuffer(winrt::Windows::Foundation::IInspectable const & pVsTextStream, EnvDTE::IExtensibleObjectSite const & pParent);
public EnvDTE.TextBuffer Get_TextBuffer (object pVsTextStream, EnvDTE.IExtensibleObjectSite pParent);
abstract member Get_TextBuffer : obj * EnvDTE.IExtensibleObjectSite -> EnvDTE.TextBuffer
Public Function Get_TextBuffer (pVsTextStream As Object, pParent As IExtensibleObjectSite) As TextBuffer
Parameters
- pVsTextStream
- Object
The text stream.
- pParent
- IExtensibleObjectSite
The parent.
Returns
The text buffer.