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 _
)
'使用
Dim id As Guid
Dim name As String
Dim storage As String
Dim type As Type
Dim instance As New Link(id, name, _
storage, type)
public Link(
Guid id,
string name,
string storage,
Type type
)
public:
Link(
Guid id,
String^ name,
String^ storage,
Type^ type
)
public function Link(
id : Guid,
name : String,
storage : String,
type : Type
)
Parameters
- id
Type: System.Guid
- name
Type: System.String
- storage
Type: System.String
- type
Type: System.Type
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.