TextInfo.ListSeparator Propriété
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.
Obtient ou définit la chaîne qui sépare les éléments d'une liste.
public:
virtual property System::String ^ ListSeparator { System::String ^ get(); void set(System::String ^ value); };
public:
property System::String ^ ListSeparator { System::String ^ get(); void set(System::String ^ value); };
public:
virtual property System::String ^ ListSeparator { System::String ^ get(); };
public virtual string ListSeparator { get; set; }
public string ListSeparator { get; set; }
public virtual string ListSeparator { get; }
public virtual string ListSeparator { get; [System.Runtime.InteropServices.ComVisible(false)] set; }
member this.ListSeparator : string with get, set
member this.ListSeparator : string
[<set: System.Runtime.InteropServices.ComVisible(false)>]
member this.ListSeparator : string with get, set
Public Overridable Property ListSeparator As String
Public Property ListSeparator As String
Public Overridable ReadOnly Property ListSeparator As String
Valeur de propriété
Chaîne qui sépare les éléments d'une liste.
- Attributs
Exceptions
La valeur d’une opération ensembliste est null.
Dans une opération ensembliste, l’objet TextInfo actuel est en lecture seule.
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.