Поделиться через


WebSiteProperties3 Interface

Provides the properties that are supported by a Web site project in Visual Studio.

Namespace:  VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

'Declaration
<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

The WebSiteProperties3 type exposes the following members.

Properties

  Name Description
Public property __id Infrastructure. (Inherited from WebSiteProperties2.)
Public property __id Infrastructure.
Public property BrowseURL (Inherited from WebSiteProperties2.)
Public property BrowseURL
Public property CurrentWebsiteLanguage (Inherited from WebSiteProperties2.)
Public property CurrentWebsiteLanguage
Public property EnableASPXDebugging (Inherited from WebSiteProperties2.)
Public property EnableASPXDebugging
Public property EnableFxCop (Inherited from WebSiteProperties2.)
Public property EnableFxCop
Public property EnableNTLMAuthentication (Inherited from WebSiteProperties2.)
Public property EnableNTLMAuthentication
Public property EnableSQLServerDebugging (Inherited from WebSiteProperties2.)
Public property EnableSQLServerDebugging
Public property EnableUnmanagedDebugging (Inherited from WebSiteProperties2.)
Public property EnableUnmanagedDebugging
Public property EnableVsWebServer (Inherited from WebSiteProperties2.)
Public property EnableVsWebServer
Public property EnableVsWebServerDynamicPort (Inherited from WebSiteProperties2.)
Public property EnableVsWebServerDynamicPort
Public property Extender[String] (Inherited from WebSiteProperties2.)
Public property Extender[String]
Public property ExtenderCATID (Inherited from WebSiteProperties2.)
Public property ExtenderCATID
Public property ExtenderNames (Inherited from WebSiteProperties2.)
Public property ExtenderNames
Public property FullPath (Inherited from WebSiteProperties2.)
Public property FullPath
Public property FxCopRuleAssemblies (Inherited from WebSiteProperties2.)
Public property FxCopRuleAssemblies
Public property FxCopRules (Inherited from WebSiteProperties2.)
Public property FxCopRules
Public property OpenedURL (Inherited from WebSiteProperties2.)
Public property OpenedURL
Public property ProjectDirty (Inherited from WebSiteProperties2.)
Public property ProjectDirty
Public property StartAction (Inherited from WebSiteProperties2.)
Public property StartAction
Public property StartArguments (Inherited from WebSiteProperties2.)
Public property StartArguments
Public property StartPage (Inherited from WebSiteProperties2.)
Public property StartPage
Public property StartProgram (Inherited from WebSiteProperties2.)
Public property StartProgram
Public property StartURL (Inherited from WebSiteProperties2.)
Public property StartURL
Public property StartWebServerOnDebug Gets or sets a value that indicates whether this Web site project should start the ASP.NET Development Server when the user clicks Debug if this Web site is not the start-up project in the solution.
Public property StartWorkingDirectory (Inherited from WebSiteProperties2.)
Public property StartWorkingDirectory
Public property TargetFramework Gets or sets the target .NET Framework version for the Web site.
Public property VsWebServerPort (Inherited from WebSiteProperties2.)
Public property VsWebServerPort
Public property VsWebServerVPath Gets or sets the virtual path for the Visual Studio Web server. (Inherited from WebSiteProperties2.)
Public property VsWebServerVPath
Public property WebSiteType (Inherited from WebSiteProperties2.)
Public property WebSiteType

Top

Remarks

WebSiteProperties3 inherits all members of WebSiteProperties2 and adds the StartWebServerOnDebug and TargetFramework properties.

See Also

Reference

VsWebSite90 Namespace

WebSiteProperties