共用方式為


OwnerAttribute.Owner 屬性

取得測試的擁有者。

命名空間:  Microsoft.VisualStudio.TestTools.UnitTesting
組件:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

語法

'宣告
Public ReadOnly Property Owner As String
public string Owner { get; }
public:
property String^ Owner {
    String^ get ();
}
member Owner : string with get
function get Owner () : String

屬性值

類型:String
測試的擁有者。

.NET Framework 安全性

請參閱

參考

OwnerAttribute 類別

Microsoft.VisualStudio.TestTools.UnitTesting 命名空間