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 | 인프라입니다. |
![]() |
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 속성을 추가합니다.