VsShellUtilities::GetTextView Method (IVsWindowFrame^)

 

Gets the text view in the specified window frame.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static IVsTextView^ GetTextView(
	IVsWindowFrame^ windowFrame
)

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.

Return to top
Show: