提供 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 | 基础结构。 |
![]() |
BrowseURL | |
![]() |
CurrentWebsiteLanguage | |
![]() |
EnableASPXDebugging | |
![]() |
EnableFxCop | |
![]() |
EnableNTLMAuthentication | |
![]() |
EnableSQLServerDebugging | |
![]() |
EnableUnmanagedDebugging | |
![]() |
EnableVsWebServer | |
![]() |
EnableVsWebServerDynamicPort | |
![]() |
Extender | |
![]() |
ExtenderCATID | |
![]() |
ExtenderNames | |
![]() |
FullPath | |
![]() |
FxCopRuleAssemblies | |
![]() |
FxCopRules | |
![]() |
OpenedURL | |
![]() |
ProjectDirty | |
![]() |
StartAction | |
![]() |
StartArguments | |
![]() |
StartPage | |
![]() |
StartProgram | |
![]() |
StartURL | |
![]() |
StartWebServerOnDebug | 获取或设置一个值,该值指示如果此网站不是解决方案中的启动项目,那么在用户单击“调试”时此网站项目是否应启动 ASP.NET Development Server。 |
![]() |
StartWorkingDirectory | |
![]() |
TargetFramework | 获取或设置网站的 .NET Framework 目标版本。 |
![]() |
VsWebServerPort | |
![]() |
VsWebServerVPath | |
![]() |
WebSiteType |
页首
备注
WebSiteProperties3 继承了 WebSiteProperties2 的所有成员,并添加了 StartWebServerOnDebug 和 TargetFramework 属性。