FrameworkTemplate.FindName(String, FrameworkElement) Metodo

Definizione

Trova l'elemento associato al nome specificato definito all'interno del modello.

public:
 System::Object ^ FindName(System::String ^ name, System::Windows::FrameworkElement ^ templatedParent);
public object FindName (string name, System.Windows.FrameworkElement templatedParent);
member this.FindName : string * System.Windows.FrameworkElement -> obj
Public Function FindName (name As String, templatedParent As FrameworkElement) As Object

Parametri

name
String

Nome della stringa.

templatedParent
FrameworkElement

Contesto dell'oggetto FrameworkElement in cui è applicato il modello.

Restituisce

Object

Elemento associato al nome specificato.

Commenti

Per altre informazioni, vedere "Ambiti dei nomi XAML in Stili e modelli" in Ambiti dei nomi XAML WPF.

Si applica a