IAspNetDevelopmentServerTest Interface
Represents an interface that contains a list of AspNetDevelopmentServer objects for this test.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface IAspNetDevelopmentServerTest
public interface IAspNetDevelopmentServerTest
public interface class IAspNetDevelopmentServerTest
type IAspNetDevelopmentServerTest = interface end
public interface IAspNetDevelopmentServerTest
The IAspNetDevelopmentServerTest type exposes the following members.
Properties
Name | Description | |
---|---|---|
AspNetDevelopmentServers | Gets a list of AspNetDevelopmentServer objects for this test. |
Top