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

使用提供的 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, _
    enabled As Boolean _
)
public Link(
    Guid id,
    string name,
    string storage,
    Type type,
    bool enabled
)
public:
Link(
    Guid id, 
    String^ name, 
    String^ storage, 
    Type^ type, 
    bool enabled
)
new : 
        id:Guid * 
        name:string * 
        storage:string * 
        type:Type * 
        enabled:bool -> Link
public function Link(
    id : Guid, 
    name : String, 
    storage : String, 
    type : Type, 
    enabled : boolean
)

参数

  • id
    类型:System.Guid
    唯一标识链接的 GUID。
  • storage
    类型:System.String
    指向服务器上对象的相对路径。
  • enabled
    类型:System.Boolean
    如果启用链接,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

Link 类

Link 重载

Microsoft.VisualStudio.TestTools.Common 命名空间