IVsAddWebReferenceResult.GetReferenceUrl 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 for a service reference in the Add Service Reference dialog box.
public:
System::String ^ GetReferenceUrl();
public:
Platform::String ^ GetReferenceUrl();
std::wstring GetReferenceUrl();
public string GetReferenceUrl ();
abstract member GetReferenceUrl : unit -> string
Public Function GetReferenceUrl () As String
Returns
A String that contains the URL for the service reference.