Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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