AttributedStringCollectionAdd(String, IListString) - метод
Adds a string value and list of attributions
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 String
- String value of the attributed string being added
- attributions IListString
- Attributions of the attributed string being added
AttributedStringThe added attributedString object