Freigeben über


ModelParent.CanParent-Methode

Legt fest, ob der angegebene Typ das übergeordnete Element des angegebenen untergeordneten Elementtyps sein kann.

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

Syntax

'Declaration
Public Shared Function CanParent ( _
    context As EditingContext, _
    parent As ModelItem, _
    childType As Type _
) As Boolean
public static bool CanParent(
    EditingContext context,
    ModelItem parent,
    Type childType
)
public:
static bool CanParent(
    EditingContext^ context, 
    ModelItem^ parent, 
    Type^ childType
)
static member CanParent : 
        context:EditingContext * 
        parent:ModelItem * 
        childType:Type -> bool 
public static function CanParent(
    context : EditingContext, 
    parent : ModelItem, 
    childType : Type
) : boolean

Parameter

  • childType
    Typ: System.Type
    Der Typ des Elements, das Sie als untergeordnetes Element festlegen möchten.

Rückgabewert

Typ: System.Boolean
true, wenn das angegebene parent-Element Instanzen von childType als untergeordnetes Element akzeptieren kann, andernfalls false.

Hinweise

Diese Methode gibt true zurück, wenn das angegebene parent-Element einen childType-Typ als untergeordnetes Element akzeptieren kann. Wenn diese Methode true zurückgibt, legt ein anschließender Aufruf an die Parent-Methode parent als übergeordnetes Element von childType fest.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelParent Klasse

Microsoft.Windows.Design.Model-Namespace

Weitere Ressourcen

Erweiterbare Architektur des WPF-Designers