Compartilhar via


Método RibbonControlService.GetToolTipDescription

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

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

Sintaxe

'Declaração
Public Shared Function GetToolTipDescription ( _
    element As DependencyObject _
) As String
public static string GetToolTipDescription(
    DependencyObject element
)
public:
static String^ GetToolTipDescription(
    DependencyObject^ element
)
static member GetToolTipDescription : 
        element:DependencyObject -> string 
public static function GetToolTipDescription(
    element : DependencyObject
) : String

Parâmetros

Valor de retorno

Tipo: System.String
O objeto ToolTipDescription 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