Information
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^)

 

Initializes a new instance of the Link class by using the provided ID, name, storage, and type.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
Link(
	Guid id,
	String^ name,
	String^ storage,
	Type^ type
)

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.

Return to top
Show: