获取或设置时通常会显示一个菜单或痕迹导航控件鼠标悬停在导航链接的说明。
命名空间: Microsoft.SharePoint.Client.Publishing.Navigation
程序集: Microsoft.SharePoint.Client.Publishing.Silverlight(位于 Microsoft.SharePoint.Client.Publishing.Silverlight.dll 中); Microsoft.SharePoint.Client.Publishing.Phone(位于 Microsoft.SharePoint.Client.Publishing.Phone.dll 中) Microsoft.SharePoint.Client.Publishing(位于 Microsoft.SharePoint.Client.Publishing.dll 中)
语法
声明
Public Property HoverText As String
Get
Set
用法
Dim instance As NavigationTerm
Dim value As String
value = instance.HoverText
instance.HoverText = value
public string HoverText { get; set; }
属性值
类型:System.String
说明显示的菜单或痕迹导航控件
备注
HoverText属性的值公开为Description属性。