IVsDynamicNavigationItem::GetText Method (IVsWindowFrame^)

 

Provides the current text for the navigation item.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

String^ GetText(
	IVsWindowFrame^ pFrame
)

Parameters

pFrame
Type: Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^

[in] The frame containing the navigation item.

Return Value

Type: System::String^

The text to display for the navigation item.

Return to top
Show: