WebReferences Interface
Provides access to all Web references consumed by a Web site project.
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | ContainingProject | Gets a reference to the project in the DTE object that contains this Web reference. |
![]() | Count | Gets the total number of Web references in the WebReferences collection. |
![]() | DTE | Gets a reference to the DTE2 object that contains a Web site reference. |
| Name | Description | |
|---|---|---|
![]() | Add(String^, String^) | Adds a new WebReference object to the specified project, using the specified namespace. |
![]() | GetEnumerator() | Gets an enumerator that can iterate through the WebReferences collection. |
![]() | Item(Object^) | Retrieves a WebReference object from the collection. |
![]() | Update() | Rediscovers all the Web references consumed by the Web site. |
This collection represents the Web services (WSDL files) that are consumed by the Web site.
Show:

