AutomationProperties.GetName(DependencyObject) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene la Name proprietà associata per l'oggetto specificato DependencyObject.
public:
static System::String ^ GetName(System::Windows::DependencyObject ^ element);
public static string GetName (System.Windows.DependencyObject element);
static member GetName : System.Windows.DependencyObject -> string
Public Shared Function GetName (element As DependencyObject) As String
Parametri
- element
- DependencyObject
Oggetto DependencyObject da verificare.
Restituisce
Nome dell'elemento specificato.