Share via


IVsWCFReferenceGroup.GetReferenceUrl(Int32) Method

Definition

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.

Applies to