ConnectPageProjectExtendedInfo.ToolTipItems 属性

可选附加工具提示标签/值对为团队项目显示。

命名空间:  Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage
程序集:  Microsoft.VisualStudio.TeamFoundation(在 Microsoft.VisualStudio.TeamFoundation.dll 中)

语法

声明
Public Property ToolTipItems As List(Of Tuple(Of String, String))
public List<Tuple<string, string>> ToolTipItems { get; set; }

属性值

类型:System.Collections.Generic.List<Tuple<String, String>>

.NET Framework 安全性

请参阅

参考

ConnectPageProjectExtendedInfo 类

Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage 命名空间