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 | |
---|---|---|
Image | Get the image to be shown for this item. This should be a 16x16 image. | |
IsVisible | Get the visibility of this item. If the visibility changes, the PropertyChanged event should be raised. | |
Text | Get the text of this item. If the text changes, the PropertyChanged event should be raised. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
Execute | Execute this item. | |
Invalidate | Invalidate the state of this item. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top