ParentAdapter.IsParent, méthode
Obtient une valeur qui indique si l'élément enfant spécifié est un enfant de l'élément parent spécifié.
Espace de noms : Microsoft.Windows.Design.Interaction
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Overridable Function IsParent ( _
parent As ModelItem, _
child As ModelItem _
) As Boolean
public virtual bool IsParent(
ModelItem parent,
ModelItem child
)
public:
virtual bool IsParent(
ModelItem^ parent,
ModelItem^ child
)
abstract IsParent :
parent:ModelItem *
child:ModelItem -> bool
override IsParent :
parent:ModelItem *
child:ModelItem -> bool
public function IsParent(
parent : ModelItem,
child : ModelItem
) : boolean
Paramètres
- parent
Type : Microsoft.Windows.Design.Model.ModelItem
Élément parent.
- child
Type : Microsoft.Windows.Design.Model.ModelItem
Élément enfant.
Valeur de retour
Type : System.Boolean
true si child est un élément enfant de parent ; sinon, false.
Notes
La méthode IsParent est utilisée pour déterminer si la méthode CanParent doit être appelée. L'implémentation vérifie la propriété Parent de child.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Interaction, espace de noms