AspNetDevelopmentServerAttribute Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AspNetDevelopmentServerAttribute(String, String) | |
AspNetDevelopmentServerAttribute(String, String, String) |
C++
public:
AspNetDevelopmentServerAttribute(System::String ^ name, System::String ^ pathToWebApp);
public AspNetDevelopmentServerAttribute(string name, string pathToWebApp);
new Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute : string * string -> Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute
Public Sub New (name As String, pathToWebApp As String)
Parameters
- name
- String
- pathToWebApp
- String
Applies to
Visual Studio SDK 2022 およびその他のバージョン
製品 | バージョン |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |
C++
public:
AspNetDevelopmentServerAttribute(System::String ^ name, System::String ^ pathToWebApp, System::String ^ webAppRoot);
public AspNetDevelopmentServerAttribute(string name, string pathToWebApp, string webAppRoot);
new Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute : string * string * string -> Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute
Public Sub New (name As String, pathToWebApp As String, webAppRoot As String)
Parameters
- name
- String
- pathToWebApp
- String
- webAppRoot
- String
Applies to
Visual Studio SDK 2022 およびその他のバージョン
製品 | バージョン |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。