VCProject.AddWebReference - метод
Adds a reference to a Web Service to the project.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Function AddWebReference ( _
URL As String, _
Name As String _
) As Object
'Применение
Dim instance As VCProject
Dim URL As String
Dim Name As String
Dim returnValue As Object
returnValue = instance.AddWebReference(URL, _
Name)
Object AddWebReference(
string URL,
string Name
)
Object^ AddWebReference(
[InAttribute] String^ URL,
[InAttribute] String^ Name
)
function AddWebReference(
URL : String,
Name : String
) : Object
Параметры
URL
Тип: System.StringRequired. URL of the web reference.
Name
Тип: System.StringLogical name of the reference.
Возвращаемое значение
Тип: System.Object
Returns a ProjectItem object that is the new Web Reference folder.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.