Partilhar via


Método RibbonControlService.GetToolTipFooterDescription

Obtém o valor da ToolTipFooterDescription anexado a propriedade de um objeto.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (em RibbonControlsLibrary.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.String
O objeto ToolTipFooterDescription valor da propriedade.

Exceções

Exceção Condição
ArgumentNullException

The specified element is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

RibbonControlService Classe

Namespace Microsoft.Windows.Controls.Ribbon