Condividi tramite


RibbonControlService.GetLabel(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata Label per un oggetto.

public:
 static System::String ^ GetLabel(System::Windows::DependencyObject ^ element);
public static string GetLabel (System.Windows.DependencyObject element);
static member GetLabel : System.Windows.DependencyObject -> string
Public Shared Function GetLabel (element As DependencyObject) As String

Parametri

element
DependencyObject

Oggetto da cui viene letto il valore della proprietà.

Restituisce

String

Il valore della proprietà Label dell'oggetto.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a