Freigeben über


ModelParent.FindParent-Methode (EditingContext, ModelItem, ModelItem)

Sucht ein mögliches übergeordnetes Element für das angegebene untergeordnete Element und den Bearbeitungskontext.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Shared Function FindParent ( _
    context As EditingContext, _
    childItem As ModelItem, _
    startingItem As ModelItem _
) As ModelItem
public static ModelItem FindParent(
    EditingContext context,
    ModelItem childItem,
    ModelItem startingItem
)
public:
static ModelItem^ FindParent(
    EditingContext^ context, 
    ModelItem^ childItem, 
    ModelItem^ startingItem
)
static member FindParent : 
        context:EditingContext * 
        childItem:ModelItem * 
        startingItem:ModelItem -> ModelItem 
public static function FindParent(
    context : EditingContext, 
    childItem : ModelItem, 
    startingItem : ModelItem
) : ModelItem

Parameter

Rückgabewert

Typ: Microsoft.Windows.Design.Model.ModelItem
Ein Element, das ein childItem akzeptieren kann, oder nullNULL-Verweis (Nothing in Visual Basic), wenn kein mögliches übergeordnetes Element gefunden wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelParent Klasse

FindParent-Überladung

Microsoft.Windows.Design.Model-Namespace

Weitere Ressourcen

Erweiterbare Architektur des WPF-Designers