ITeamExplorerNavigationLink Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Team Explorer navigation link interface.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Interface ITeamExplorerNavigationLink _
Inherits IDisposable, INotifyPropertyChanged
public interface ITeamExplorerNavigationLink : IDisposable,
INotifyPropertyChanged
public interface class ITeamExplorerNavigationLink : IDisposable,
INotifyPropertyChanged
type ITeamExplorerNavigationLink =
interface
interface IDisposable
interface INotifyPropertyChanged
end
public interface ITeamExplorerNavigationLink extends IDisposable, INotifyPropertyChanged
The ITeamExplorerNavigationLink type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsEnabled | Get the enabled state of this link. If the state changes, the PropertyChanged event should be raised. | |
IsVisible | Get the visibility of this link. If the visibility changes, the PropertyChanged event should be raised. | |
Text | Get the text of this link. 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 link. | |
Invalidate | Invalidate the state of this item. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top