Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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