Range Classe

Définition

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.

S’applique à