VsShellUtilities::GetTextView Method (IVsWindowFrame^)
Visual Studio 2015
Gets the text view in the specified window frame.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- windowFrame
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^
IVsWindowFrame that contains the text view.
Return Value
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextView^The text view in an IVsTextView object, or null if the window frame is a code window that is not implemented as a text view.
Show: