IVsDynamicNavigationItem Interface

Definition

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.

Applies to