IVsWCFReferenceGroup::GetReferenceUrl Method (Int32)

 

Returns the URL from which metadata for a Windows Communication Foundation (WCF) service reference is downloaded.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

String^ GetReferenceUrl(
	int index
)

Parameters

index
Type: System::Int32

An Integer that contains the index of the service reference.

Return Value

Type: System::String^

A string that contains the URL.

Return to top
Show: