BlRichTextBoxViewModelBaseAddItem(String, String, String, AttachmentType) - метод
Добавляет элемент в список вложений.
Пространство имён: Tessa.UI.Controls.CustomRichTextBoxCtrlСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public void AddItem(
string fullFileName,
string name,
string uri,
AttachmentType type = AttachmentType.InnerItem
)
Public Sub AddItem (
fullFileName As String,
name As String,
uri As String,
Optional type As AttachmentType = AttachmentType.InnerItem
)
public:
void AddItem(
String^ fullFileName,
String^ name,
String^ uri,
AttachmentType type = AttachmentType::InnerItem
)
member AddItem :
fullFileName : string *
name : string *
uri : string *
?type : AttachmentType
(* Defaults:
let _type = defaultArg type AttachmentType.InnerItem
*)
-> unit
Параметры
- fullFileName String
- Полное имя файла.
- name String
- Имя файла.
- uri String
- URI.
- type AttachmentType (Optional)
- Тип вложения.