WebReferences Interface
Provides access to all Web references consumed by a Web site project.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
<GuidAttribute("C9E6C08E-1FBB-4F2C-9D26-A206BAC90004")> _
Public Interface WebReferences _
Inherits IEnumerable
'Usage
Dim instance As WebReferences
[GuidAttribute("C9E6C08E-1FBB-4F2C-9D26-A206BAC90004")]
public interface WebReferences : IEnumerable
[GuidAttribute(L"C9E6C08E-1FBB-4F2C-9D26-A206BAC90004")]
public interface class WebReferences : IEnumerable
public interface WebReferences extends IEnumerable
Remarks
This collection represents the Web services (WSDL files) that are consumed by the Web site.