Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Sub New ( _
id As Guid, _
name As String, _
storage As String, _
type As Type, _
enabled As Boolean _
)
'使用
Dim id As Guid
Dim name As String
Dim storage As String
Dim type As Type
Dim enabled As Boolean
Dim instance As New Link(id, name, _
storage, type, enabled)
public Link(
Guid id,
string name,
string storage,
Type type,
bool enabled
)
public:
Link(
Guid id,
String^ name,
String^ storage,
Type^ type,
bool enabled
)
public function Link(
id : Guid,
name : String,
storage : String,
type : Type,
enabled : boolean
)
Parameters
- id
Type: System.Guid
- name
Type: System.String
- storage
Type: System.String
- type
Type: System.Type
- enabled
Type: System.Boolean
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.