ConnectPageProjectExtendedInfo Class

Extended information about a team project displayed on the Connect Page, including sub items and properties affecting the actual team project.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage.ConnectPageProjectExtendedInfo

Namespace:  Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public Class ConnectPageProjectExtendedInfo
public class ConnectPageProjectExtendedInfo
public ref class ConnectPageProjectExtendedInfo
type ConnectPageProjectExtendedInfo =  class end
public class ConnectPageProjectExtendedInfo

The ConnectPageProjectExtendedInfo type exposes the following members.

Constructors

  Name Description
Public method ConnectPageProjectExtendedInfo

Top

Properties

  Name Description
Public property CopyToClipboardItems Additional items to include in the string copied to the clipboard.
Public property IsAvailableLocally Is the TeamProject preset locally
Public property SubItems The list of sub-items for the Team Project.
Public property ToolTipFullRow Optional additional full row tool string to display for the Team Project.
Public property ToolTipItems Optional additional tool tip Label / Value pairs to display for the Team Project.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace