RibbonControlService.GetToolTipFooterDescription - метод

Получает значение присоединенного свойства ToolTipFooterDescription для объекта.

Пространство имен:  Microsoft.Windows.Controls.Ribbon
Сборка:  RibbonControlsLibrary (в RibbonControlsLibrary.dll)

Синтаксис

'Декларация
Public Shared Function GetToolTipFooterDescription ( _
    element As DependencyObject _
) As String
public static string GetToolTipFooterDescription(
    DependencyObject element
)
public:
static String^ GetToolTipFooterDescription(
    DependencyObject^ element
)
static member GetToolTipFooterDescription : 
        element:DependencyObject -> string 
public static function GetToolTipFooterDescription(
    element : DependencyObject
) : String

Параметры

Возвращаемое значение

Тип: System.String
Значение свойства ToolTipFooterDescription объекта.

Исключения

Исключение Условие
ArgumentNullException

Указанное значение element — nullпустая ссылка (Nothing в Visual Basic).

Безопасность платформы .NET Framework

См. также

Ссылки

RibbonControlService Класс

Microsoft.Windows.Controls.Ribbon - пространство имен