ITeamExplorerNavigationItem Interface

Team Explorer navigation item interface.

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Interface ITeamExplorerNavigationItem _
    Inherits IDisposable, INotifyPropertyChanged
public interface ITeamExplorerNavigationItem : IDisposable, 
    INotifyPropertyChanged
public interface class ITeamExplorerNavigationItem : IDisposable, 
    INotifyPropertyChanged
type ITeamExplorerNavigationItem =  
    interface 
        interface IDisposable 
        interface INotifyPropertyChanged 
    end
public interface ITeamExplorerNavigationItem extends IDisposable, INotifyPropertyChanged

The ITeamExplorerNavigationItem type exposes the following members.

Properties

  Name Description
Public property Image Get the image to be shown for this item. This should be a 16x16 image.
Public property IsVisible Get the visibility of this item. If the visibility changes, the PropertyChanged event should be raised.
Public property Text Get the text of this item. If the text changes, the PropertyChanged event should be raised.

Top

Methods

  Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method Execute Execute this item.
Public method Invalidate Invalidate the state of this item.

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.Controls Namespace