IVsDynamicNavigationItem Interface
Provides information about a dynamically-created navigation item.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("3304FDEF-9284-4340-B6B7-37CE11167C8C")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsDynamicNavigationItem
[GuidAttribute("3304FDEF-9284-4340-B6B7-37CE11167C8C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDynamicNavigationItem
[GuidAttribute(L"3304FDEF-9284-4340-B6B7-37CE11167C8C")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsDynamicNavigationItem
[<GuidAttribute("3304FDEF-9284-4340-B6B7-37CE11167C8C")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDynamicNavigationItem = interface end
public interface IVsDynamicNavigationItem
The IVsDynamicNavigationItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetText | Provides the current text for the navigation item. |
Top
Remarks
This is an optional interface implemented by an object supplied with AddNewBFNavigationItem.