UITest.AssemblyVersion 属性

获取或设置程序集版本号。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

声明
Public Property AssemblyVersion As String
    Get
    Set
public string AssemblyVersion { get; set; }
public:
property String^ AssemblyVersion {
    String^ get ();
    void set (String^ value);
}
member AssemblyVersion : string with get, set
function get AssemblyVersion () : String
function set AssemblyVersion (value : String)

属性值

类型:System.String
程序集的版本。

.NET Framework 安全性

请参见

参考

UITest 类

Microsoft.VisualStudio.TestTools.UITest.Common 命名空间