Compartilhar via


Método RibbonControlService.GetLabel

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

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

Sintaxe

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

Parâmetros

Valor de retorno

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