Поделиться через


Свойство NavigationTerm.HoverText

Gets or sets a description that is typically displayed by a menu or by breadcrumb navigation controls when the mouse hovers over the navigation link.

Пространство имен:  Microsoft.SharePoint.Publishing.Navigation
Сборка:  Microsoft.SharePoint.Publishing (в Microsoft.SharePoint.Publishing.dll)

Синтаксис

'Декларация
Public MustOverride Property HoverText As String
    Get
    Set
'Применение
Dim instance As NavigationTerm
Dim value As String

value = instance.HoverText

instance.HoverText = value
public abstract string HoverText { get; set; }

Значение свойства

Тип: System.String
A description displayed by menu or breadcrumb navigation controls

Замечания

The value of the HoverText property is exposed as a Description property.

См. также

Справочные материалы

NavigationTerm класс

Элементы NavigationTerm

Пространство имен Microsoft.SharePoint.Publishing.Navigation