ITestAttachment.AttachmentType 属性

获取或设置附件的类型。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
Property AttachmentType As String
    Get
    Set
string AttachmentType { get; set; }
property String^ AttachmentType {
    String^ get ();
    void set (String^ value);
}
abstract AttachmentType : string with get, set
function get AttachmentType () : String
function set AttachmentType (value : String)

属性值

类型:System.String
AttachmentTypes 类中定义的字符串常量之一。

.NET Framework 安全性

请参见

参考

ITestAttachment 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

AttachmentTypes