This topic has not yet been rated - Rate this topic

ITeamExplorerNavigationLink Interface

Visual Studio 2012

Team Explorer navigation link interface.

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
'Declaration
Public Interface ITeamExplorerNavigationLink _
	Inherits IDisposable, INotifyPropertyChanged

The ITeamExplorerNavigationLink type exposes the following members.

  NameDescription
Public propertyIsEnabledGet the enabled state of this link. If the state changes, the PropertyChanged event should be raised.
Public propertyIsVisibleGet the visibility of this link. If the visibility changes, the PropertyChanged event should be raised.
Public propertyTextGet the text of this link. If the text changes, the PropertyChanged event should be raised.
Top
  NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public methodExecuteExecute this link.
Public methodInvalidateInvalidate the state of this item.
Top
  NameDescription
Public eventPropertyChangedOccurs when a property value changes. (Inherited from INotifyPropertyChanged.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.