WpfUtil.FindVisualParent 方法 (Type, UIElement, Type)
命名空間: Microsoft.TeamFoundation.Controls.WPF
組件: Microsoft.TeamFoundation.Controls (在 Microsoft.TeamFoundation.Controls.dll 中)
語法
'宣告
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
)
參數
- typeOfParent
型別:System.Type
- element
型別:System.Windows.UIElement
- stopOnType
型別:System.Type
傳回值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。