共用方式為


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

屬性

名稱 描述
System_CAPS_pubproperty __id

此 API 支援 產品 基礎結構,而且不適合直接從程式碼使用。

System_CAPS_pubproperty BrowseURL

System_CAPS_pubproperty CurrentWebsiteLanguage

System_CAPS_pubproperty EnableASPXDebugging

System_CAPS_pubproperty EnableFxCop

System_CAPS_pubproperty EnableNTLMAuthentication

System_CAPS_pubproperty EnableSQLServerDebugging

System_CAPS_pubproperty EnableUnmanagedDebugging

System_CAPS_pubproperty EnableVsWebServer

System_CAPS_pubproperty EnableVsWebServerDynamicPort

System_CAPS_pubproperty Extender[String]

System_CAPS_pubproperty ExtenderCATID

System_CAPS_pubproperty ExtenderNames

System_CAPS_pubproperty FullPath

System_CAPS_pubproperty FxCopRuleAssemblies

System_CAPS_pubproperty FxCopRules

System_CAPS_pubproperty OpenedURL

System_CAPS_pubproperty ProjectDirty

System_CAPS_pubproperty StartAction

System_CAPS_pubproperty StartArguments

System_CAPS_pubproperty StartPage

System_CAPS_pubproperty StartProgram

System_CAPS_pubproperty StartURL

System_CAPS_pubproperty StartWebServerOnDebug

取得或設定值,指出當使用者按一下時,這個網站專案是否應啟動 ASP.NET 程式開發伺服器 偵錯 如果此網站不是在方案的啟始專案。

System_CAPS_pubproperty StartWorkingDirectory

System_CAPS_pubproperty TargetFramework

取得或設定目標 .NET Framework Web 站台的版本。

System_CAPS_pubproperty VsWebServerPort

System_CAPS_pubproperty VsWebServerVPath

System_CAPS_pubproperty WebSiteType

註解

WebSiteProperties3 繼承的所有成員 WebSiteProperties2 ,並將 StartWebServerOnDebugTargetFramework 屬性。

另請參閱

WebSiteProperties
VsWebSite90 命名空間

回到頁首