Link Constructor (Guid, String, String, Type, Boolean)

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

Permissions

See Also

Reference

Link Class

Link Members

Link Overload

Microsoft.VisualStudio.TestTools.Common Namespace