Share via


TextInfo.ListSeparator Proprietà

Definizione

Ottiene o imposta la stringa che separa le voci di un elenco.

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

Valore della proprietà

Stringa che separa le voci di un elenco.

Attributi

Eccezioni

In un'operazione di impostazione il valore è null.

In un'operazione di impostazione l'oggetto TextInfo corrente è in sola lettura.

Si applica a