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。
- name
类型:System.String
链接的名称。
- storage
类型:System.String
指向服务器上对象的相对路径。
- type
类型:System.Type
一个 Type,指示目标对象的类型。
- enabled
类型:System.Boolean
如果启用链接,则为 true;否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。