TextSpan.FromBounds(Int32, Int32) 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.
Crée une nouvelle TextSpan position start
et end
une position par opposition à une position et une longueur.
TextSpan retourné contient la plage avec start
inclusive et end
exclusive.
public:
static Microsoft::CodeAnalysis::Text::TextSpan FromBounds(int start, int end);
public static Microsoft.CodeAnalysis.Text.TextSpan FromBounds (int start, int end);
static member FromBounds : int * int -> Microsoft.CodeAnalysis.Text.TextSpan
Public Shared Function FromBounds (start As Integer, end As Integer) As TextSpan
Paramètres
- start
- Int32
- end
- Int32
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.