TextPointer.Parent Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le parent logique qui contient la position actuelle.
public:
property DependencyObject ^ Parent { DependencyObject ^ get(); };
DependencyObject Parent();
public DependencyObject Parent { get; }
var dependencyObject = textPointer.parent;
Public ReadOnly Property Parent As DependencyObject
Valeur de propriété
Parent logique qui contient la position actuelle. Peut retourner richEditBox en haut de la pile de contenu.