Share via


IncludeDeclarativeWebTestAttribute(String, String, String) Constructor

Definition

public:
 IncludeDeclarativeWebTestAttribute(System::String ^ name, System::String ^ path, System::String ^ testId);
public IncludeDeclarativeWebTestAttribute (string name, string path, string testId);
new Microsoft.VisualStudio.TestTools.WebTesting.IncludeDeclarativeWebTestAttribute : string * string * string -> Microsoft.VisualStudio.TestTools.WebTesting.IncludeDeclarativeWebTestAttribute
Public Sub New (name As String, path As String, testId As String)

Parameters

name
String
path
String
testId
String

Applies to