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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.