AttributedString(String, IListString) - конструктор |
Constructor
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public AttributedString(
string value,
IList<string> attributions
)
Public Sub New (
value As String,
attributions As IList(Of String)
)
public:
AttributedString(
String^ value,
IList<String^>^ attributions
)
new :
value : string *
attributions : IList<string> -> AttributedString
Параметры
- value
- Тип: SystemString
String value - attributions
- Тип: System.Collections.GenericIListString
A list of attributions
См. также