Link 构造函数 (Guid, String, String, Type)

使用提供的 ID、名称、存储和类型初始化 Link 类的新实例。

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

语法

声明
Public Sub New ( _
    id As Guid, _
    name As String, _
    storage As String, _
    type As Type _
)
public Link(
    Guid id,
    string name,
    string storage,
    Type type
)
public:
Link(
    Guid id, 
    String^ name, 
    String^ storage, 
    Type^ type
)
new : 
        id:Guid * 
        name:string * 
        storage:string * 
        type:Type -> Link
public function Link(
    id : Guid, 
    name : String, 
    storage : String, 
    type : Type
)

参数

  • id
    类型:System.Guid
    唯一标识链接的 GUID。
  • storage
    类型:System.String
    指向服务器上对象的相对路径。

.NET Framework 安全性

请参见

参考

Link 类

Link 重载

Microsoft.VisualStudio.TestTools.Common 命名空间