IVsWCFReferenceGroup.GetReferenceUrl(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the URL from which metadata for a Windows Communication Foundation (WCF) service reference is downloaded.
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
Parameters
- index
- Int32
An Integer that contains the index of the service reference.
Returns
A string that contains the URL.