IVsWCFReferenceGroup.GetReferenceUrl(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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
一个包含服务引用的索引的整数。
返回
一个包含 URL 的字符串。