VsWebSite Namespace
Visual Web Developer Extens ...


VsWebSite Reference
VsWebSite Namespace

The VsWebSite namespace provides objects and members to automate management tasks for Web site projects.

Visual Studio provides a UI for managing several kinds of projects, which includes Web site projects. You can use classes in the VsWebSite namespace to automate management tasks for Web site projects, such as by using macros or Visual Studio add-ins.

Classes

  ClassDescription
ms778531.pubclass(en-us,VS.90).gif_dispAssemblyReferencesEvents_SinkHelperInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubclass(en-us,VS.90).gif_dispWebReferencesEvents_SinkHelperInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubclass(en-us,VS.90).gif_dispWebServicesEvents_SinkHelperInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubclass(en-us,VS.90).gif_dispWebSiteMiscEvents_SinkHelperInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubclass(en-us,VS.90).gifAssemblyReferencesEventsClass Represents the events for the References property of a VSWebSite object. Use the AssemblyReferencesEvents object obtained from the AssemblyReferencesEvents property to access the functionality of this class. Do not instantiate from this class.
ms778531.pubclass(en-us,VS.90).gifPrjBrowseObjectCATID Specifies the category ID (CATID) for a project object.
ms778531.pubclass(en-us,VS.90).gifPrjCATID Specifies the category ID (CATID) for projects and project items of Web sites.
ms778531.pubclass(en-us,VS.90).gifPrjKind Specifies the kind of Web project.
ms778531.pubclass(en-us,VS.90).gifWebReferencesEventsClass Represents the events for the WebReferences property of a VSWebSite. Use the WebReferencesEvents object obtained from the WebReferencesEvents property to access the functionality of this class. Do not instantiate from this class.
ms778531.pubclass(en-us,VS.90).gifWebServicesEventsClass Represents the events for the WebServices property of a VSWebSite object. Use the WebServicesEvents object obtained from the WebServicesEvents property to access the functionality of this class. Do not instantiate from this class.
ms778531.pubclass(en-us,VS.90).gifWebSiteMiscEventsClass Represents miscellaneous events for a VSWebSite. Use the WebSiteMiscEvents object obtained from the WebSiteMiscEvents property to access the functionality of this class. Do not instantiate from this class.
Interfaces

  InterfaceDescription
ms778531.pubinterface(en-us,VS.90).gif_AssemblyReferencesEventsInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubinterface(en-us,VS.90).gif_dispAssemblyReferencesEventsInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubinterface(en-us,VS.90).gif_dispAssemblyReferencesEvents_EventInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubinterface(en-us,VS.90).gif_dispWebReferencesEventsInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubinterface(en-us,VS.90).gif_dispWebReferencesEvents_EventInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubinterface(en-us,VS.90).gif_dispWebServicesEventsInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubinterface(en-us,VS.90).gif_dispWebServicesEvents_EventInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubinterface(en-us,VS.90).gif_dispWebSiteMiscEventsInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubinterface(en-us,VS.90).gif_dispWebSiteMiscEvents_EventInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubinterface(en-us,VS.90).gif_WebReferencesEventsInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubinterface(en-us,VS.90).gif_WebServicesEventsInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubinterface(en-us,VS.90).gif_WebSiteMiscEventsInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubinterface(en-us,VS.90).gifAssemblyReference Represents an assembly reference used by the Web site.
ms778531.pubinterface(en-us,VS.90).gifAssemblyReferences Provides access to the collection of references used in the Web site project.
ms778531.pubinterface(en-us,VS.90).gifAssemblyReferencesEvents Represents the events for the References property of a VSWebSite object. Use this class to access the functionality provided by AssemblyReferencesEventsClass.
ms778531.pubinterface(en-us,VS.90).gifCodeFolder Represents the App_Code folder, or a first-level child of the App_Code folder that is configured as a code folder.
ms778531.pubinterface(en-us,VS.90).gifCodeFolders Represents a collection of CodeFolder objects, where each item represents either the App_Code folder or one of its first-level child folders configured as a code folder.
ms778531.pubinterface(en-us,VS.90).gifRelatedFiles Represents a collection of related files where each item represents a file.
ms778531.pubinterface(en-us,VS.90).gifVSWebPackage Defines a Web site package or service.
ms778531.pubinterface(en-us,VS.90).gifVSWebProjectItem Provides a project item with Web site-specific functionality.
ms778531.pubinterface(en-us,VS.90).gifVSWebSite Provides properties and methods for a Web site project.
ms778531.pubinterface(en-us,VS.90).gifVSWebSiteEvents Provides access to events collections in the Web site project.
ms778531.pubinterface(en-us,VS.90).gifWebFileProperties Specifies the properties that are supported by files within a Web site.
ms778531.pubinterface(en-us,VS.90).gifWebFolderProperties Specifies the properties of a Web site folder.
ms778531.pubinterface(en-us,VS.90).gifWebReference Represents a Web reference that is consumed by the Web site.
ms778531.pubinterface(en-us,VS.90).gifWebReferences Provides access to all Web references consumed by a Web site project.
ms778531.pubinterface(en-us,VS.90).gifWebReferencesEvents Represents the events for the WebReferences property of a VSWebSite. Use this object to access the functionality provided by WebReferencesEventsClass.
ms778531.pubinterface(en-us,VS.90).gifWebService Represents a Web service implemented by this Web site project, as represented by the .asmx file generated by Visual Studio when the Web site reference was added to the project.
ms778531.pubinterface(en-us,VS.90).gifWebServices Represents a collection of WebService objects.
ms778531.pubinterface(en-us,VS.90).gifWebServicesEvents Provides access to events that are raised by adding, deleting, or changing Web service references in a Web site project. Use this class to access the functionality provided by WebServicesEventsClass.
ms778531.pubinterface(en-us,VS.90).gifWebSiteMiscEvents Represents the events for a VSWebSite object. Use this class to access the functionality provided by WebSiteMiscEventsClass.
ms778531.pubinterface(en-us,VS.90).gifWebSiteProperties The properties supported by a Web site project in Visual Studio.
ms778531.pubinterface(en-us,VS.90).gifWebSiteProperties2 Represents the properties that are supported by a Web site project in Visual Studio.
Delegates

  DelegateDescription
ms778531.pubdelegate(en-us,VS.90).gif_dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandlerInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubdelegate(en-us,VS.90).gif_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandlerInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubdelegate(en-us,VS.90).gif_dispWebReferencesEvents_WebReferenceAddedEventHandlerInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubdelegate(en-us,VS.90).gif_dispWebReferencesEvents_WebReferenceChangedEventHandlerInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubdelegate(en-us,VS.90).gif_dispWebReferencesEvents_WebReferenceRemovedEventHandlerInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubdelegate(en-us,VS.90).gif_dispWebServicesEvents_WebServiceAddedEventHandlerInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubdelegate(en-us,VS.90).gif_dispWebServicesEvents_WebServiceChangedEventHandlerInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubdelegate(en-us,VS.90).gif_dispWebServicesEvents_WebServiceRemovedEventHandlerInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubdelegate(en-us,VS.90).gif_dispWebServicesEvents_WebServiceRenamedEventHandlerInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubdelegate(en-us,VS.90).gif_dispWebSiteMiscEvents_OnAfterFolderRefreshEventHandlerInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ms778531.pubdelegate(en-us,VS.90).gif_dispWebSiteMiscEvents_OnBeforeFolderRefreshEventHandlerInfrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Enumerations

  EnumerationDescription
ms778531.pubenumeration(en-us,VS.90).gifAssemblyReferenceType Specifies an AssemblyReference object.
ms778531.pubenumeration(en-us,VS.90).gifOpenWebsiteOptions Specifies how the Web site can be opened.
ms778531.pubenumeration(en-us,VS.90).gifwebFolderType Specifies the type of Web folder.
ms778531.pubenumeration(en-us,VS.90).gifwebStartAction Specifies how the Web application is started when the user runs the Web site in Visual Studio.
ms778531.pubenumeration(en-us,VS.90).gifwebType Specifies how the Web site was opened.
See Also

Reference

Other Resources

Page view tracker