AttributedStringCollectionRemove - метод |
Removes an attributed string from the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public bool Remove(
AttributedString attributedString
)
Public Function Remove (
attributedString As AttributedString
) As Boolean
public:
bool Remove(
AttributedString^ attributedString
)
member Remove :
attributedString : AttributedString -> bool
Параметры
- attributedString
- Тип: Tessa.Exchange.WebServices.DataAttributedString
Attributed string to be removed
Возвращаемое значение
Тип:
BooleanWhether succeeded
См. также