IVsExtensibility::Get_TextBuffer Method (Object^, IExtensibleObjectSite^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

TextBuffer^ Get_TextBuffer(
	Object^ pVsTextStream,
	IExtensibleObjectSite^ pParent
)

Parameters

pVsTextStream
Type: System::Object^

The text stream.

pParent
Type: EnvDTE::IExtensibleObjectSite^

The parent.

Return Value

Type: EnvDTE::TextBuffer^

The text buffer.

Return to top
Show: