AttributedStringCollectionAddRange - метод |
Adds multiple attributed strings to the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public void AddRange(
IEnumerable<AttributedString> attributedStrings
)
Public Sub AddRange (
attributedStrings As IEnumerable(Of AttributedString)
)
public:
void AddRange(
IEnumerable<AttributedString^>^ attributedStrings
)
member AddRange :
attributedStrings : IEnumerable<AttributedString> -> unit
Параметры
- attributedStrings
- Тип: System.Collections.GenericIEnumerableAttributedString
Attributed strings to be added
См. также