ConnectPageProjectExtendedInfo.ToolTipItems Property
Optional additional tool tip Label / Value pairs to display for the Team Project.
Namespace: Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Property ToolTipItems As List(Of Tuple(Of String, String))
public List<Tuple<string, string>> ToolTipItems { get; set; }
public:
property List<Tuple<String^, String^>^>^ ToolTipItems {
List<Tuple<String^, String^>^>^ get ();
void set (List<Tuple<String^, String^>^>^ value);
}
member ToolTipItems : List<Tuple<string, string>> with get, set
function get ToolTipItems () : List<Tuple<String, String>>
function set ToolTipItems (value : List<Tuple<String, String>>)
Property Value
Type: System.Collections.Generic.List<Tuple<String, String>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ConnectPageProjectExtendedInfo Class
Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace