IAttachmentOwner 介面
表示物件支援附件所需的功能。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface IAttachmentOwner
public interface IAttachmentOwner
public interface class IAttachmentOwner
type IAttachmentOwner = interface end
public interface IAttachmentOwner
IAttachmentOwner 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Attachments | 取得附件的集合。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
CreateAttachment(String) | 從檔案建立附件。 | |
CreateAttachment(String, SourceFileAction) | 從檔案建立附件,上載之後選擇性地刪除原始檔。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
AttachmentUploadCompleted | 這個事件會在附件上傳完成時引發。 |
回頁首