WebSiteProperties3 介面
提供網站專案中所支援的屬性 Visual Studio。
命名空間: VsWebSite90
組件: VsWebSite.Interop90 (於 VsWebSite.Interop90.dll)
語法
[GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")]
public interface WebSiteProperties3 : WebSiteProperties2
[GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")]
public interface class WebSiteProperties3 : WebSiteProperties2
[<GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")>]
type WebSiteProperties3 =
interface
interface WebSiteProperties2
end
<GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")>
Public Interface WebSiteProperties3
Inherits WebSiteProperties2
屬性
名稱 | 描述 | |
---|---|---|
__id | 此 API 支援 產品 基礎結構,而且不適合直接從程式碼使用。 |
|
BrowseURL | ||
CurrentWebsiteLanguage | ||
EnableASPXDebugging | ||
EnableFxCop | ||
EnableNTLMAuthentication | ||
EnableSQLServerDebugging | ||
EnableUnmanagedDebugging | ||
EnableVsWebServer | ||
EnableVsWebServerDynamicPort | ||
Extender[String] | ||
ExtenderCATID | ||
ExtenderNames | ||
FullPath | ||
FxCopRuleAssemblies | ||
FxCopRules | ||
OpenedURL | ||
ProjectDirty | ||
StartAction | ||
StartArguments | ||
StartPage | ||
StartProgram | ||
StartURL | ||
StartWebServerOnDebug | 取得或設定值,指出當使用者按一下時,這個網站專案是否應啟動 ASP.NET 程式開發伺服器 偵錯 如果此網站不是在方案的啟始專案。 |
|
StartWorkingDirectory | ||
TargetFramework | 取得或設定目標 .NET Framework Web 站台的版本。 |
|
VsWebServerPort | ||
VsWebServerVPath | ||
WebSiteType |
註解
WebSiteProperties3 繼承的所有成員 WebSiteProperties2 ,並將 StartWebServerOnDebug 和 TargetFramework 屬性。
另請參閱
WebSiteProperties
VsWebSite90 命名空間
回到頁首