TextInfo.ListSeparator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the string that separates items in a list.
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
Property Value
The string that separates items in a list.
- Attributes
Exceptions
The value in a set operation is null.
In a set operation, the current TextInfo object is read-only.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.