ApplicationInfo 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ApplicationInfo(String, String)
public:
ApplicationInfo(System::String ^ appName, System::String ^ appBasePath);
public ApplicationInfo(string appName, string appBasePath);
new Microsoft.VisualStudio.Web.CodeGeneration.DotNet.ApplicationInfo : string * string -> Microsoft.VisualStudio.Web.CodeGeneration.DotNet.ApplicationInfo
Public Sub New (appName As String, appBasePath As String)
參數
- appName
- String
- appBasePath
- String
適用於
ApplicationInfo(String, String, String)
public:
ApplicationInfo(System::String ^ appName, System::String ^ appBasePath, System::String ^ appConfiguration);
public ApplicationInfo(string appName, string appBasePath, string appConfiguration);
new Microsoft.VisualStudio.Web.CodeGeneration.DotNet.ApplicationInfo : string * string * string -> Microsoft.VisualStudio.Web.CodeGeneration.DotNet.ApplicationInfo
Public Sub New (appName As String, appBasePath As String, appConfiguration As String)
參數
- appName
- String
- appBasePath
- String
- appConfiguration
- String