ModelParent.FindParent 方法 (Type, GestureData)

为指定的子级类型查找可行的父级。

命名空间:  Microsoft.Windows.Design.Model
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Shared Function FindParent ( _
    childType As Type, _
    gestureData As GestureData _
) As ModelItem
public static ModelItem FindParent(
    Type childType,
    GestureData gestureData
)
public:
static ModelItem^ FindParent(
    Type^ childType, 
    GestureData^ gestureData
)
static member FindParent : 
        childType:Type * 
        gestureData:GestureData -> ModelItem 
public static function FindParent(
    childType : Type, 
    gestureData : GestureData
) : ModelItem

参数

  • childType
    类型:System.Type
    要寻找父级的项的类型。

返回值

类型:Microsoft.Windows.Design.Model.ModelItem
可接受 childType 类型的项的项,如果找不到可行的父级,则为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

ModelParent 类

FindParent 重载

Microsoft.Windows.Design.Model 命名空间

其他资源

WPF 设计器扩展性体系结构