TextInfo.ListSeparator Propriedade

Definição

Obtém ou define a cadeia de caracteres que separa os itens em uma lista.

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

Valor da propriedade

A cadeia de caracteres que separa os itens em uma lista.

Atributos

Exceções

O valor em uma operação definida é null.

Em uma operação de conjuntos, o objeto TextInfo atual é somente leitura.

Aplica-se a