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.

UriDataAttachment Constructor (String^, Uri^)

 

Initializes a new instance of the UriDataAttachment class by using the description and URI.

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

public:
UriDataAttachment(
	String^ description,
	Uri^ uri
)

Parameters

description
Type: System::String^

Short description for the attachment.

uri
Type: System::Uri^

The URI that points to the resource.

Return to top
Show: