IVsDynamicNavigationItem Interface
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 information about a dynamically-created navigation item.
public interface class IVsDynamicNavigationItem
public interface class IVsDynamicNavigationItem
__interface IVsDynamicNavigationItem
[System.Runtime.InteropServices.Guid("3304FDEF-9284-4340-B6B7-37CE11167C8C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDynamicNavigationItem
[<System.Runtime.InteropServices.Guid("3304FDEF-9284-4340-B6B7-37CE11167C8C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDynamicNavigationItem = interface
Public Interface IVsDynamicNavigationItem
- Attributes
Remarks
This is an optional interface implemented by an object supplied with AddNewBFNavigationItem.
Methods
GetText(IVsWindowFrame) |
Provides the current text for the navigation item. |