OwnerAttribute 构造函数

初始化使用所有者名称的 OwnerAttribute 类的新实例。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Sub New ( _
    owner As String _
)
public OwnerAttribute(
    string owner
)
public:
OwnerAttribute(
    String^ owner
)
new : 
        owner:string -> OwnerAttribute
public function OwnerAttribute(
    owner : String
)

参数

.NET Framework 安全性

请参见

参考

OwnerAttribute 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间