AttributedStringCollectionAdd(String, IListString) - метод |
Adds a string value and list of attributions
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксисpublic AttributedString Add(
string stringValue,
IList<string> attributions
)
Public Function Add (
stringValue As String,
attributions As IList(Of String)
) As AttributedString
public:
AttributedString^ Add(
String^ stringValue,
IList<String^>^ attributions
)
member Add :
stringValue : string *
attributions : IList<string> -> AttributedString
Параметры
- stringValue
- Тип: SystemString
String value of the attributed string being added - attributions
- Тип: System.Collections.GenericIListString
Attributions of the attributed string being added
Возвращаемое значение
Тип:
AttributedStringThe added attributedString object
См. также