TextPointer.GetAdjacentElement(LogicalDirection) Méthode
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.
Renvoie l'élément, s'il en est, qui limite le TextPointer actuel dans la direction logique spécifiée.
public:
System::Windows::DependencyObject ^ GetAdjacentElement(System::Windows::Documents::LogicalDirection direction);
public System.Windows.DependencyObject GetAdjacentElement (System.Windows.Documents.LogicalDirection direction);
member this.GetAdjacentElement : System.Windows.Documents.LogicalDirection -> System.Windows.DependencyObject
Public Function GetAdjacentElement (direction As LogicalDirection) As DependencyObject
Paramètres
- direction
- LogicalDirection
L'une des valeurs LogicalDirection qui spécifient la direction logique dans laquelle rechercher un élément adjacent.
Retours
L'élément adjacent dans la direction
spécifiée, ou null
si aucun élément adjacent n'existe.
Remarques
L’élément retourné est généralement un TextElement. Une UIElement valeur peut être retournée lorsque l’élément TextPointer indique une position à l’intérieur d’un BlockUIContainer élément ou d’un InlineUIContainer élément.