Partager via


Span.IsEmpty, propriété

Détermine si cette étendue est vide ou pas.

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

Syntaxe

'Déclaration
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
member IsEmpty : bool with get
function get IsEmpty () : boolean

Valeur de propriété

Type : Boolean
true si la longueur de l'étendue est égale à zéro ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

Span Structure

Microsoft.VisualStudio.Text, espace de noms