VsWebSite90 Namespace
The VsWebSite90 namespace provides additional objects and enumerations to automate management tasks for Web site projects. This namespace supports Web site projects in Visual Studio 2012 or later.
Interfaces
Interface | Description | |
---|---|---|
VSWebProjectItem2 | Provides a project item with Web site-specific functionality. This interface supports custom tools. |
|
WebFileProperties2 | Specifies properties that are supported by files within a Web site. This interface extends WebFileProperties to add support for custom tools. |
|
WebReference2 | Represents a Web reference that is consumed by the Web site. |
|
WebSiteProperties3 | Provides the properties that are supported by a Web site project in Visual Studio. |
Enumerations
Enumeration | Description | |
---|---|---|
__MIDL___MIDL_itf_WebProperties90_0000_0000_0001 | This API supports the product infrastructure and is not intended to be used directly from your code. This enumeration supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
|
__MIDL___MIDL_itf_WebProperties90_0000_0000_0002 | This API supports the product infrastructure and is not intended to be used directly from your code. This enumeration supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
|
__MIDL___MIDL_itf_WebProperties90_0000_0000_0003 | This API supports the product infrastructure and is not intended to be used directly from your code. This enumeration supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
|
__MIDL___MIDL_itf_WebProperties90_0000_0000_0004 | This API supports the product infrastructure and is not intended to be used directly from your code. This enumeration supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Remarks
The functionality added by this namespace includes support for custom tools, Web reference type mapping, and target .NET Framework setting.
See Also
Return to top