IVsDynamicNavigationItem.GetText(IVsWindowFrame) 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.
Provides the current text for the navigation item.
public:
System::String ^ GetText(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ pFrame);
public:
Platform::String ^ GetText(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ pFrame);
std::wstring GetText(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame const & pFrame);
public string GetText (Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame pFrame);
abstract member GetText : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame -> string
Public Function GetText (pFrame As IVsWindowFrame) As String
Parameters
- pFrame
- IVsWindowFrame
[in] The frame containing the navigation item.
Returns
The text to display for the navigation item.