表示由此网站使用的 Web 引用。
命名空间: VsWebSite90
程序集: VsWebSite.Interop90(在 VsWebSite.Interop90.dll 中)
语法
声明
<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
WebReference2 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
ContainingProject | |
![]() |
Discomap | |
![]() |
DTE | |
![]() |
DynamicPropName | |
![]() |
DynamicUrl | |
![]() |
FileCodeModel | |
![]() |
MapType | 获取此 Web 引用的类型。 |
![]() |
Namespace | |
![]() |
ProjectItem | |
![]() |
ServiceDefinitionUrl | |
![]() |
ServiceLocationUrl | |
![]() |
ServiceName | |
![]() |
WsdlAppRelativeUrl |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Remove | |
![]() |
Update |
页首
备注
此接口适用于具有以下结构的网站项目:具有一个 App_WebReference 文件夹,该文件夹包含两种 Web 引用类型,即 Discomap 和 Svcmap。 有关更多信息,请参见 MapType 属性主题。
WebReference2 接口继承了 WebReference 接口的所有成员,并添加了 MapType 属性。