TextElement.ElementStart 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 un TextPointer qui représente la position juste avant le début de l’élément.
public:
property TextPointer ^ ElementStart { TextPointer ^ get(); };
TextPointer ElementStart();
public TextPointer ElementStart { get; }
var textPointer = textElement.elementStart;
Public ReadOnly Property ElementStart As TextPointer
Valeur de propriété
TextPointer qui représente la position juste avant le début de l’élément TextElement.