ModelParent.FindParent 方法 (EditingContext, Type, ModelItem)
為指定的子系型別和編輯內容尋找適合的父代。
命名空間: Microsoft.Windows.Design.Model
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Public Shared Function FindParent ( _
context As EditingContext, _
childType As Type, _
startingItem As ModelItem _
) As ModelItem
public static ModelItem FindParent(
EditingContext context,
Type childType,
ModelItem startingItem
)
public:
static ModelItem^ FindParent(
EditingContext^ context,
Type^ childType,
ModelItem^ startingItem
)
static member FindParent :
context:EditingContext *
childType:Type *
startingItem:ModelItem -> ModelItem
public static function FindParent(
context : EditingContext,
childType : Type,
startingItem : ModelItem
) : ModelItem
參數
- context
型別:Microsoft.Windows.Design.EditingContext
使用的編輯內容。
- childType
型別:System.Type
您要設定為父項目之項目的型別
- startingItem
型別:Microsoft.Windows.Design.Model.ModelItem
要做為搜尋起點的項目。
傳回值
型別:Microsoft.Windows.Design.Model.ModelItem
可接受型別為 childType 之項目的項目,如果找不到適合的父代則為 nullNull 參照 (即 Visual Basic 中的 Nothing)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.Model 命名空間