Share via


Span.Length, propriété

Obtient la longueur de l'étendue, qui est toujours non négative.

Espace de noms :  Microsoft.VisualStudio.Text
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Length As Integer
public int Length { get; }
public:
property int Length {
    int get ();
}
member Length : int with get
function get Length () : int

Valeur de propriété

Type : Int32
Longueur de l'étendue, qui est toujours non négative.

Sécurité .NET Framework

Voir aussi

Référence

Span Structure

Microsoft.VisualStudio.Text, espace de noms