Popup.GetUIParentCore Metodo

Definizione

Restituisce l'elemento padre logico di Popup.

protected public:
 override System::Windows::DependencyObject ^ GetUIParentCore();
protected internal override System.Windows.DependencyObject GetUIParentCore ();
override this.GetUIParentCore : unit -> System.Windows.DependencyObject
Protected Friend Overrides Function GetUIParentCore () As DependencyObject

Restituisce

DependencyObject

Se Popup non dispone di un elemento padre definito e la proprietà PlacementTarget non è null, viene restituita la proprietà PlacementTarget. In caso contrario, i valori restituiti sono gli stessi del metodo GetUIParentCore().

Si applica a