Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a Web reference that is consumed by the Web site.
Namespace: VsWebSite90
Assembly: VsWebSite.Interop90 (in VsWebSite.Interop90.dll)
Syntax
'Declaration
<GuidAttribute("9D6065EC-93A1-4CAA-8985-9B7783330BE7")> _
Public Interface WebReference2 _
Inherits WebReference
[GuidAttribute("9D6065EC-93A1-4CAA-8985-9B7783330BE7")]
public interface WebReference2 : WebReference
[GuidAttribute(L"9D6065EC-93A1-4CAA-8985-9B7783330BE7")]
public interface class WebReference2 : WebReference
[<GuidAttribute("9D6065EC-93A1-4CAA-8985-9B7783330BE7")>]
type WebReference2 =
interface
interface WebReference
end
public interface WebReference2 extends WebReference
The WebReference2 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ContainingProject | Gets a reference to the project in the DTE object that contains this Web reference. (Inherited from WebReference.) |
![]() |
ContainingProject | |
![]() |
Discomap | Gets the discovery map for the Web reference. (Inherited from WebReference.) |
![]() |
Discomap | |
![]() |
DTE | Gets a reference to the DTE2 object that contains a Web site reference. (Inherited from WebReference.) |
![]() |
DTE | |
![]() |
DynamicPropName | Gets a property name from the Web site configuration. (Inherited from WebReference.) |
![]() |
DynamicPropName | |
![]() |
DynamicUrl | Gets or sets the URL used to access the Web service. (Inherited from WebReference.) |
![]() |
DynamicUrl | |
![]() |
FileCodeModel | Gets the FileCodeModel object for the .asmx file. (Inherited from WebReference.) |
![]() |
FileCodeModel | |
![]() |
MapType | Gets the type of this Web reference. |
![]() |
Namespace | Gets the client namespace for the WebReference object. (Inherited from WebReference.) |
![]() |
Namespace | |
![]() |
ProjectItem | Gets the ProjectItem. (Inherited from WebReference.) |
![]() |
ProjectItem | |
![]() |
ServiceDefinitionUrl | Gets the URL that was used to get the service definition. (Inherited from WebReference.) |
![]() |
ServiceDefinitionUrl | |
![]() |
ServiceLocationUrl | Gets the service ___location URL for the first service defined in the WSDL file. (Inherited from WebReference.) |
![]() |
ServiceLocationUrl | |
![]() |
ServiceName | Gets the service name of the first service in the WSDL file. (Inherited from WebReference.) |
![]() |
ServiceName | |
![]() |
WsdlAppRelativeUrl | Get the relative URL for the WSDL file. (Inherited from WebReference.) |
![]() |
WsdlAppRelativeUrl |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Remove() | Removes this specific Web reference. (Inherited from WebReference.) |
![]() |
Remove() | |
![]() |
Update() | Updates this specific Web reference. (Inherited from WebReference.) |
![]() |
Update() |
Top
Remarks
This interface is applicable to a Web site project that has an App_WebReference folder that in turn contains two types of Web references: Discomap and Svcmap. For more information, see the MapType property topic.
The WebReference2 interface inherits all members of the WebReference interface and adds the MapType property.