次の方法で共有


UriDataAttachment(String, Uri) Constructor

Definition

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

public:
 UriDataAttachment(System::String ^ description, Uri ^ uri);
public UriDataAttachment (string description, Uri uri);
new Microsoft.VisualStudio.TestTools.Common.UriDataAttachment : string * Uri -> Microsoft.VisualStudio.TestTools.Common.UriDataAttachment
Public Sub New (description As String, uri As Uri)

Parameters

description
String

Short description for the attachment.

uri
Uri

The URI that points to the resource.

Applies to