Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
pFrame
Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame[in] The frame containing the navigation item.
Return Value
Type: String
The text to display for the navigation item.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.