Share via


IVsDynamicNavigationItem.GetText Method

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)

Syntax

'Declaration
Function GetText ( _
    pFrame As IVsWindowFrame _
) As String
string GetText(
    IVsWindowFrame pFrame
)
String^ GetText(
    [InAttribute] IVsWindowFrame^ pFrame
)
abstract GetText : 
        pFrame:IVsWindowFrame -> string
function GetText(
    pFrame : IVsWindowFrame
) : String

Parameters

Return Value

Type: System.String
The text to display for the navigation item.

.NET Framework Security

See Also

Reference

IVsDynamicNavigationItem Interface

Microsoft.VisualStudio.Shell.Interop Namespace