AspNetDevelopmentServer Constructor

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

Syntax

'宣言
Public Sub New ( _
    name As String, _
    pathToWebApp As String, _
    webAppRoot As String _
)
'使用
Dim name As String
Dim pathToWebApp As String
Dim webAppRoot As String

Dim instance As New AspNetDevelopmentServer(name, pathToWebApp, _
    webAppRoot)
public AspNetDevelopmentServer(
    string name,
    string pathToWebApp,
    string webAppRoot
)
public:
AspNetDevelopmentServer(
    String^ name, 
    String^ pathToWebApp, 
    String^ webAppRoot
)
public function AspNetDevelopmentServer(
    name : String, 
    pathToWebApp : String, 
    webAppRoot : String
)

Parameters

Permissions

See Also

Reference

AspNetDevelopmentServer Class

AspNetDevelopmentServer Members

Microsoft.VisualStudio.TestTools.Common Namespace