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 | |
---|---|---|
ConnectPageProjectExtendedInfo |
Top
Properties
Name | Description | |
---|---|---|
CopyToClipboardItems | Additional items to include in the string copied to the clipboard. | |
IsAvailableLocally | Is the TeamProject preset locally | |
SubItems | The list of sub-items for the Team Project. | |
ToolTipFullRow | Optional additional full row tool string to display for the Team Project. | |
ToolTipItems | Optional additional tool tip Label / Value pairs to display for the Team Project. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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