IVsWCFReferenceGroup.GetReferenceUrl(Int32) 方法

定义

返回 Windows Communication Foundation (WCF) 服务引用下载的元数据的 URL。

public:
 System::String ^ GetReferenceUrl(int index);
public:
 Platform::String ^ GetReferenceUrl(int index);
std::wstring GetReferenceUrl(int index);
public string GetReferenceUrl (int index);
abstract member GetReferenceUrl : int -> string
Public Function GetReferenceUrl (index As Integer) As String

参数

index
Int32

一个包含服务引用的索引的整数。

返回

String

一个包含 URL 的字符串。

适用于