Metodo WpfUtil.FindVisualParent (Type, UIElement, Type)
Spazio dei nomi: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Sintassi
'Dichiarazione
Public Shared Function FindVisualParent ( _
typeOfParent As Type, _
element As UIElement, _
stopOnType As Type _
) As UIElement
public static UIElement FindVisualParent(
Type typeOfParent,
UIElement element,
Type stopOnType
)
Parametri
- typeOfParent
Tipo: System.Type
- element
Tipo: System.Windows.UIElement
- stopOnType
Tipo: System.Type
Valore restituito
Tipo: System.Windows.UIElement
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.