共用方式為


WebSiteProperties4 介面

 

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

命名空間:   VsWebSite100
組件:  VsWebSite.Interop100 (於 VsWebSite.Interop100.dll)

語法

[GuidAttribute("102301AB-2290-4067-B0AE-9CB1AF9C14B5")]
public interface WebSiteProperties4 : WebSiteProperties3
[GuidAttribute("102301AB-2290-4067-B0AE-9CB1AF9C14B5")]
public interface class WebSiteProperties4 : WebSiteProperties3
[<GuidAttribute("102301AB-2290-4067-B0AE-9CB1AF9C14B5")>]
type WebSiteProperties4 = 
    interface
        interface WebSiteProperties3
    end
<GuidAttribute("102301AB-2290-4067-B0AE-9CB1AF9C14B5")>
Public Interface WebSiteProperties4
    Inherits WebSiteProperties3

屬性

名稱 描述
System_CAPS_pubproperty __id

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

System_CAPS_pubproperty BrowseURL

System_CAPS_pubproperty CodeAnalysisFailOnMissingRules

取得或設定值,指出是否找不到任何規則或規則集,這個網站專案是否應該失敗的程式碼分析。

System_CAPS_pubproperty CodeAnalysisIgnoreBuiltInRules

取得或設定值,指出這個網站專案是否應忽略預設規則目錄包含預設規則。

System_CAPS_pubproperty CodeAnalysisIgnoreBuiltInRuleSets

取得或設定值,指出這個網站專案是否應忽略預設規則集目錄包含預設的規則集。

System_CAPS_pubproperty CodeAnalysisRuleDirectories

取得或設定規則集檔案中所指定規則應該搜尋這個網站專案的目錄。

System_CAPS_pubproperty CodeAnalysisRuleSet

取得或設定包含此專案應該使用的規則清單的檔案的路徑。

System_CAPS_pubproperty CodeAnalysisRuleSetDirectories

取得或設定這個網站專案應該用來搜尋規則集檔案的目錄。

System_CAPS_pubproperty CurrentWebsiteLanguage

System_CAPS_pubproperty DevelopmentServerCommandLine

取得 ASP.NET 程式開發伺服器的命令列命令。

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

System_CAPS_pubproperty StartWorkingDirectory

System_CAPS_pubproperty TargetFramework

System_CAPS_pubproperty TargetFrameworkMoniker

取得或設定網站的快取中的目標 framework。

System_CAPS_pubproperty VsWebServerPort

System_CAPS_pubproperty VsWebServerVPath

System_CAPS_pubproperty WebSiteType

註解

這個類別繼承的所有成員 T:VsWebSite.WebSiteProperties3 類別,以及新增數個新的屬性,包括用於程式碼分析的屬性。

另請參閱

WebSiteProperties3
WebSiteProperties
VsWebSite100 命名空間

回到頁首