共用方式為


WebSiteProperties3 介面

提供 Visual Studio 中之網站專案所支援的屬性。

命名空間:  VsWebSite90
組件:  VsWebSite.Interop90 (在 VsWebSite.Interop90.dll 中)

語法

'宣告
<GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")> _
Public Interface WebSiteProperties3 _
    Inherits WebSiteProperties2
[GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")]
public interface WebSiteProperties3 : WebSiteProperties2
[GuidAttribute(L"42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")]
public interface class WebSiteProperties3 : WebSiteProperties2
[<GuidAttribute("42B54C4B-2A9C-4EBC-A9A2-344A8F96107F")>]
type WebSiteProperties3 =  
    interface
        interface WebSiteProperties2
    end
public interface WebSiteProperties3 extends WebSiteProperties2

WebSiteProperties3 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 __id 基礎架構。 (繼承自 WebSiteProperties2)。
公用屬性 __id 基礎架構。
公用屬性 BrowseURL (繼承自 WebSiteProperties2)。
公用屬性 BrowseURL
公用屬性 CurrentWebsiteLanguage (繼承自 WebSiteProperties2)。
公用屬性 CurrentWebsiteLanguage
公用屬性 EnableASPXDebugging (繼承自 WebSiteProperties2)。
公用屬性 EnableASPXDebugging
公用屬性 EnableFxCop (繼承自 WebSiteProperties2)。
公用屬性 EnableFxCop
公用屬性 EnableNTLMAuthentication (繼承自 WebSiteProperties2)。
公用屬性 EnableNTLMAuthentication
公用屬性 EnableSQLServerDebugging (繼承自 WebSiteProperties2)。
公用屬性 EnableSQLServerDebugging
公用屬性 EnableUnmanagedDebugging (繼承自 WebSiteProperties2)。
公用屬性 EnableUnmanagedDebugging
公用屬性 EnableVsWebServer (繼承自 WebSiteProperties2)。
公用屬性 EnableVsWebServer
公用屬性 EnableVsWebServerDynamicPort (繼承自 WebSiteProperties2)。
公用屬性 EnableVsWebServerDynamicPort
公用屬性 Extender[String] (繼承自 WebSiteProperties2)。
公用屬性 Extender[String]
公用屬性 ExtenderCATID (繼承自 WebSiteProperties2)。
公用屬性 ExtenderCATID
公用屬性 ExtenderNames (繼承自 WebSiteProperties2)。
公用屬性 ExtenderNames
公用屬性 FullPath (繼承自 WebSiteProperties2)。
公用屬性 FullPath
公用屬性 FxCopRuleAssemblies (繼承自 WebSiteProperties2)。
公用屬性 FxCopRuleAssemblies
公用屬性 FxCopRules (繼承自 WebSiteProperties2)。
公用屬性 FxCopRules
公用屬性 OpenedURL (繼承自 WebSiteProperties2)。
公用屬性 OpenedURL
公用屬性 ProjectDirty (繼承自 WebSiteProperties2)。
公用屬性 ProjectDirty
公用屬性 StartAction (繼承自 WebSiteProperties2)。
公用屬性 StartAction
公用屬性 StartArguments (繼承自 WebSiteProperties2)。
公用屬性 StartArguments
公用屬性 StartPage (繼承自 WebSiteProperties2)。
公用屬性 StartPage
公用屬性 StartProgram (繼承自 WebSiteProperties2)。
公用屬性 StartProgram
公用屬性 StartURL (繼承自 WebSiteProperties2)。
公用屬性 StartURL
公用屬性 StartWebServerOnDebug 取得或設定值,表示這個網站專案是否應該在使用者按一下 [偵錯] 時,啟動 ASP.NET 程式開發伺服器 (如果這個網站不是方案中的啟動專案)。
公用屬性 StartWorkingDirectory (繼承自 WebSiteProperties2)。
公用屬性 StartWorkingDirectory
公用屬性 TargetFramework 取得或設定網站的目標 .NET Framework 版本。
公用屬性 VsWebServerPort (繼承自 WebSiteProperties2)。
公用屬性 VsWebServerPort
公用屬性 VsWebServerVPath 取得或設定 Visual Studio Web 伺服器的虛擬路徑。 (繼承自 WebSiteProperties2)。
公用屬性 VsWebServerVPath
公用屬性 WebSiteType (繼承自 WebSiteProperties2)。
公用屬性 WebSiteType

回頁首

備註

WebSiteProperties3 會繼承 WebSiteProperties2 的所有成員,並加入 StartWebServerOnDebugTargetFramework 屬性。

請參閱

參考

VsWebSite90 命名空間

WebSiteProperties