The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Link Constructor (Guid, String^, String^, Type^, Boolean)
Initializes a new instance of the Link class by using the provided ID, name, storage, type, and an indication of whether the link is enabled.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- id
-
Type:
System::Guid
A GUID that uniquely identifies the link.
- name
-
Type:
System::String^
The name of the link.
- storage
-
Type:
System::String^
The relative path of the object on the server.
- type
-
Type:
System::Type^
A Type that indicates the type of the target object.
- enabled
-
Type:
System::Boolean
true indicates that the link is enabled; otherwise, false.
Show: