VCProject.AddWebReference 方法
向项目添加对 Web 服务的引用。
命名空间: Microsoft.VisualStudio.VCProjectEngine
程序集: Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
语法
声明
Function AddWebReference ( _
URL As String, _
Name As String _
) As Object
Object AddWebReference(
string URL,
string Name
)
Object^ AddWebReference(
[InAttribute] String^ URL,
[InAttribute] String^ Name
)
abstract AddWebReference :
URL:string *
Name:string -> Object
function AddWebReference(
URL : String,
Name : String
) : Object
参数
- URL
类型:System.String
必选。Web 引用的 URL。
- Name
类型:System.String
引用的逻辑名称。
返回值
类型:System.Object
返回 ProjectItem 对象,该对象是新的“Web 引用”文件夹。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。