Range Classe
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.
Classe qui représente une plage de texte de document texte.
public ref class Range : IEquatable<Microsoft::VisualStudio::LanguageServer::Protocol::Range ^>
[System.Runtime.Serialization.DataContract]
public class Range : IEquatable<Microsoft.VisualStudio.LanguageServer.Protocol.Range>
[<System.Runtime.Serialization.DataContract>]
type Range = class
interface IEquatable<Range>
Public Class Range
Implements IEquatable(Of Range)
- Héritage
-
Range
- Attributs
- Implémente
Constructeurs
| Range() |
Propriétés
| End |
Obtient ou définit la position de fin du texte. |
| Start |
Obtient ou définit la position de début du texte. |
Méthodes
| Equals(Object) | |
| Equals(Range) | Indicates whether the current object is equal to another object of the same type. |
| GetHashCode() | Serves as the default hash function. |